Skip to content

Commit

Permalink
updated to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-codefresh committed Jul 9, 2024
1 parent 2fbf140 commit 508c6e7
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 @@ -11,7 +11,7 @@ RUN go mod download
COPY . .
RUN env CGO_ENABLED=0 go build -ldflags="-s -w"

FROM debian:bookworm-slim
FROM debian:bookworm-20240701-slim

# Update package lists and upgrade existing packages
RUN apt-get update && apt-get upgrade -y
Expand Down

0 comments on commit 508c6e7

Please sign in to comment.