Skip to content

Commit

Permalink
Bump ruby and postgres versions in docker configs
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Aug 21, 2024
1 parent ab9bf8d commit b94b4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:2.7.6 AS dm2-dev
FROM ruby:3.3 AS dm2-dev

# Install node.js and yarn
RUN apt-get update -qq && apt-get install -y curl sudo
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
volumes:
- './tmp/redis-dev:/data'
db:
image: postgres:11.12
image: postgres:16
environment:
POSTGRES_DB: dm2_staging
POSTGRES_USER: dm2_dev_user
Expand Down

0 comments on commit b94b4b8

Please sign in to comment.