Skip to content

Commit

Permalink
Merge pull request #1878 from tactilenews/upgrade_postgres
Browse files Browse the repository at this point in the history
Updgrade Postgres to 14, nodejs to 18
  • Loading branch information
roschaefer authored May 29, 2024
2 parents bd1fffb + f73d1b5 commit 0fb1a42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.0.0
nodejs 12.22.12
postgres 12.2
nodejs 18.9.1
postgres 14.3
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.2-alpine3.12
FROM ruby:3.0.5-alpine3.16

ARG git_commit_sha
ARG git_commit_date
Expand All @@ -8,10 +8,10 @@ RUN apk --update add \
build-base \
bash \
git \
nodejs \
nodejs-current \
npm \
postgresql-dev=~12 \
postgresql-client=~12 \
postgresql-dev \
postgresql-client \
tzdata \
libxslt-dev \
libxml2-dev \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
depends_on: [ db, signal ]

db:
image: postgres:12.2-alpine
image: postgres:14.3-alpine3.16
volumes:
- postgres_data:/var/lib/postgresql/data

Expand Down

0 comments on commit 0fb1a42

Please sign in to comment.