Skip to content

Commit f5aea08

Browse files
authored
Update to Alpine 3.22 and Debian Trixie (#266)
1 parent 591bcf0 commit f5aea08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
base_os:
23-
- alpine:3.20
24-
- debian:bookworm-slim
23+
- alpine:3.22
24+
- debian:trixie-slim
2525
steps:
2626
- name: Check out code.
2727
uses: actions/checkout@v4

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_BASE_OS_VERSION=alpine:3.20
1+
ARG BUILD_BASE_OS_VERSION=alpine:3.22
22

33
FROM ${BUILD_BASE_OS_VERSION}
44
ARG BUILD_GITHUB_CLI_VERSION=2.60.0

0 commit comments

Comments
 (0)