Skip to content

Commit

Permalink
Update Alpine to 3.14 (thanks to John Haugeland)(#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 28, 2021
1 parent 8e9f665 commit bd19f3e
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 @@ -36,7 +36,7 @@ RUN mkdir runtime \
&& cp -r /ejabberd/sql lib/ejabberd-*/priv

# Runtime container
FROM alpine:3.11
FROM alpine:3.14
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.11
FROM alpine:3.14
LABEL maintainer="ProcessOne <[email protected]>" \
product="Ejabberd mix development environment"

Expand Down

0 comments on commit bd19f3e

Please sign in to comment.