File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 --annotation "index:org.opencontainers.image.ref.name=docker.io/danielflook/terraform-github-actions-base:$GITHUB_RUN_ID" \
5555 --annotation "index,manifest:builder-id=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
5656 --annotation "index,manifest:ref.tag=$GITHUB_RUN_ID" \
57- --annotation "index,manifest:org.opencontainers.image.base.name=docker.io/debian:bullseye -slim" \
57+ --annotation "index,manifest:org.opencontainers.image.base.name=docker.io/debian:bookworm -slim" \
5858 --file image/Dockerfile-base \
5959 --push \
6060 --iidfile manifest-list-digest.txt \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN git clone https://github.com/cloudposse/tfmask.git \
77 && make \
88 && make go/build
99
10- FROM debian:bullseye -slim AS terraform-github-actions-base
10+ FROM debian:bookworm -slim AS terraform-github-actions-base
1111
1212# Terraform environment variables
1313ENV CHECKPOINT_DISABLE=true
You can’t perform that action at this time.
0 commit comments