We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60e8a0 commit e4e1c58Copy full SHA for e4e1c58
.github/workflows/build-docker.yml
@@ -163,7 +163,7 @@ jobs:
163
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
164
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
165
image-mapping:
166
- - alpine:3.20,alpine3.20,alpine
+ - alpine:3.21,alpine3.21,alpine
167
- debian:bookworm-slim,bookworm-slim,debian-slim
168
- buildpack-deps:bookworm,bookworm,debian
169
steps:
0 commit comments