Skip to content

Commit 75ea432

Browse files
authored
Merge pull request #387 from dflook/bookworm-base
Update base image to debian bookworm
2 parents d50238e + ba536c7 commit 75ea432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/base-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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 \

image/Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
ENV CHECKPOINT_DISABLE=true

0 commit comments

Comments
 (0)