Skip to content

Commit

Permalink
chore(deps): update mariadb to 10.11.5
Browse files Browse the repository at this point in the history
Also, update Alpine to 3.18.4

Closes: #256
  • Loading branch information
jbergstroem committed Oct 21, 2023
1 parent f58aa78 commit b978f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.18.3
FROM alpine:3.18.4

ARG BUILD_DATE
ARG BUILD_REF
ARG BUILD_VERSION
ARG APK_VERSION="10.11.4-r0"
ARG APK_VERSION="10.11.5-r0"

# https://github.com/opencontainers/image-spec/blob/master/annotations.md
LABEL \
Expand Down

0 comments on commit b978f05

Please sign in to comment.