Skip to content

Commit

Permalink
base image updates for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Feb 28, 2024
1 parent d58819c commit fb8f51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:10.7.5
FROM mariadb:11.3.2

ENV APP_USER=mysql

Expand Down
2 changes: 1 addition & 1 deletion docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis:7.0.12-alpine3.18
FROM redis:7.0.15-alpine3.19

RUN apk update && \
apk upgrade

0 comments on commit fb8f51b

Please sign in to comment.