Skip to content

Commit

Permalink
Update to alpine:3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 2, 2021
1 parent 27545cc commit 3ed3122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-grocy-backend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PLATFORM

FROM --platform=${PLATFORM} docker.io/alpine:3.14.0
FROM --platform=${PLATFORM} docker.io/alpine:3.14.2
LABEL maintainer "Talmai Oliveira <[email protected]>, James Addison <[email protected]>"

ARG GROCY_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-grocy-frontend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PLATFORM

FROM --platform=${PLATFORM} docker.io/alpine:3.14.0
FROM --platform=${PLATFORM} docker.io/alpine:3.14.2
LABEL maintainer "Talmai Oliveira <[email protected]>, James Addison <[email protected]>"

ARG GROCY_VERSION
Expand Down

0 comments on commit 3ed3122

Please sign in to comment.