Skip to content

Commit

Permalink
chore: Update Dockerfile to use Debian bullseye-slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyarbij committed Jun 22, 2024
1 parent 463045b commit b4d6a93
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 @@ -6,7 +6,7 @@ COPY . .
RUN go build

# Final step
FROM debian:buster-slim
FROM debian:bullseye-slim
RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ca-certificates && \
rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit b4d6a93

Please sign in to comment.