Skip to content

Commit

Permalink
mix and ecs images: Update Alpine to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Mar 1, 2024
1 parent 0a14715 commit fba8bf6
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 @@ -42,7 +42,7 @@ RUN mkdir runtime \
&& cp -r /ejabberd/sql lib/ejabberd-*/priv

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

Expand Down

0 comments on commit fba8bf6

Please sign in to comment.