chore(deps): update alpine docker tag to v3.17

This commit is contained in:
renovate[bot] 2023-02-26 08:31:29 +00:00 committed by GitHub
parent 28af6df793
commit 7c8c96e90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ RUN mix phx.digest
RUN mix do compile, release
# prepare release image
FROM alpine:3.9 AS app
FROM alpine:3.17 AS app
RUN apk add --no-cache openssl ncurses-libs libstdc++
WORKDIR /app