Skip to content

Commit

Permalink
Dockerfile.artifact: bump up Debian to 11
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Oct 5, 2021
1 parent 2fa8562 commit 329ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.artifact
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG LIBSLIRP_COMMIT=v4.6.1
ARG DEBIAN_VERSION=10
ARG DEBIAN_VERSION=11

FROM --platform=$TARGETPLATFORM debian:${DEBIAN_VERSION} AS build
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 329ffc9

Please sign in to comment.