diff --git a/Dockerfile b/Dockerfile index 5f1412c..6c3aeec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN go mod download COPY . . RUN env CGO_ENABLED=0 go build -ldflags="-s -w" -FROM debian:bullseye-20230522-slim +FROM debian:bullseye-20230612-slim # Update package lists and upgrade existing packages RUN apt-get update && apt-get upgrade -y