Skip to content

Commit

Permalink
Merge pull request #103 from ilkka/renovate/debian-11.x
Browse files Browse the repository at this point in the history
Update debian Docker tag to v11.7
  • Loading branch information
ilkka committed Sep 20, 2023
2 parents 125042d + a4a3eeb commit 07204f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -68,7 +68,7 @@ RUN mix do phx.gen.release, release
## **********************************************************************
## Run release in production mode
## **********************************************************************
FROM debian:11.6-slim as deploy
FROM debian:11.7-slim as deploy
LABEL maintainer="Ilkka Poutanen <ilkka@ilkka.dev>"
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 07204f9

Please sign in to comment.