Skip to content

Commit

Permalink
Bump base debian image to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 29, 2024
1 parent 37ca1a9 commit 42642b8
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 @@ -3,7 +3,7 @@ ARG BUILD_OS=debian
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0 AS xx

### Build base image for debian
FROM --platform=$BUILDPLATFORM debian:11 AS build-base-debian
FROM --platform=$BUILDPLATFORM debian:12 AS build-base-debian

RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
Expand Down

0 comments on commit 42642b8

Please sign in to comment.