Skip to content

Commit

Permalink
step 2 upgraded mysql and ruby version to latest on individual series
Browse files Browse the repository at this point in the history
anantshri committed Oct 14, 2024
1 parent fb48c2d commit 94a5940
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.8-slim-bullseye
FROM ruby:2.6.10-slim-bullseye

RUN apt-get update -y && \
apt-get install -y build-essential libpq-dev nodejs libsqlite3-dev default-libmysqlclient-dev libxml2-dev
2 changes: 1 addition & 1 deletion docker-compose-app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: mysql:5.5
image: mysql:5.7.44
volumes:
- swachalit-mysql:/var/lib/mysql
env_file:
2 changes: 1 addition & 1 deletion docker-compose-full-stack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: mysql:5.5
image: mysql:5.7.44
volumes:
- swachalit-mysql:/var/lib/mysql
env_file:
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: mysql:5.5
image: mysql:5.7.44
volumes:
- swachalit-mysql:/var/lib/mysql
env_file:

0 comments on commit 94a5940

Please sign in to comment.