Skip to content

Commit

Permalink
Update debian Docker tag to v12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent b4f34cb commit 008af87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN mix do phx.gen.release, release
## **********************************************************************
## Run release in production mode
## **********************************************************************
FROM debian:12.1-slim as deploy
FROM debian:12.5-slim as deploy
LABEL maintainer="Ilkka Poutanen <ilkka@ilkka.dev>"
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 008af87

Please sign in to comment.