Skip to content

Commit

Permalink
Update db 2
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Nov 21, 2024
1 parent 62d36b4 commit a9d00b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions db/mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# syntax=docker/dockerfile:1
# check=skip=SecretsUsedInArgOrEnv

ARG MARIADB_VERSION=10.6

Expand Down
3 changes: 2 additions & 1 deletion db/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1
# check=skip=SecretsUsedInArgOrEnv

ARG MYSQL_SHORT_VERSION
ARG MYSQL_SHORT_VERSION=80

FROM --platform=linux/arm64 biarms/mysql:5.7 AS mysql-57-arm64
FROM --platform=linux/amd64 mysql:5.7 AS mysql-57-amd64
Expand Down

0 comments on commit a9d00b3

Please sign in to comment.