Skip to content

Commit

Permalink
Update Alpine to the latest image cached in GitHub Actions, 3.16 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 20, 2022
1 parent 28c5bc0 commit 4222010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mkdir runtime \
&& cp -r /ejabberd/sql lib/ejabberd-*/priv

# Runtime container
FROM alpine:3.14
FROM alpine:3.16
ARG VERSION
ARG VCS_REF
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion mix/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.16
LABEL maintainer="ProcessOne <[email protected]>" \
product="Ejabberd mix development environment"

Expand Down

0 comments on commit 4222010

Please sign in to comment.