We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591bcf0 commit f5aea08Copy full SHA for f5aea08
2 files changed
.github/workflows/service_docker-build-and-publish.yml
@@ -20,8 +20,8 @@ jobs:
20
strategy:
21
matrix:
22
base_os:
23
- - alpine:3.20
24
- - debian:bookworm-slim
+ - alpine:3.22
+ - debian:trixie-slim
25
steps:
26
- name: Check out code.
27
uses: actions/checkout@v4
src/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_BASE_OS_VERSION=alpine:3.20
+ARG BUILD_BASE_OS_VERSION=alpine:3.22
2
3
FROM ${BUILD_BASE_OS_VERSION}
4
ARG BUILD_GITHUB_CLI_VERSION=2.60.0
0 commit comments