Skip to content

Commit

Permalink
Update Dockerfile - upgrade image to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann authored Nov 24, 2023
1 parent 2cf1a4d commit 3762cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG perl=5.32
ARG branches="1.8,1.9,1.10,master"

# postgresql-autodoc isn't in bullseye, so choose buster or bookworm
FROM perl:$perl-slim-buster
FROM perl:$perl-slim-bookworm
LABEL maintainer="[email protected]"

# FROM resets ARG, so redeclare
Expand Down

0 comments on commit 3762cec

Please sign in to comment.