Skip to content

Commit

Permalink
Use Debian Bulleye as base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Jun 16, 2021
1 parent 8e6585e commit cbbc481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go build -v -o /usr/local/bin/imgproxy
# ==================================================================================================
# Final image

FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"

RUN apt-get update \
Expand Down

0 comments on commit cbbc481

Please sign in to comment.