Skip to content

Commit

Permalink
update build images to debian bullseye (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
616b2f authored Dec 14, 2022
1 parent 9281be8 commit 4e3a266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10-slim as build
FROM debian:11-slim as build

# libgssapi-krb5-2 \
# liblttng-ust0 \
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN aspnet_version='6.0.12' \
&& tar -ozxf aspnetcore.tar.gz -C /aspnet \
&& rm aspnetcore.tar.gz

FROM gcr.io/distroless/cc-debian10 as runtime-deps
FROM gcr.io/distroless/cc-debian11 as runtime-deps
COPY --from=build ["/dpkg/", "/"]

FROM runtime-deps as runtime
Expand Down

0 comments on commit 4e3a266

Please sign in to comment.