Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
matrix:
base_os:
- alpine:3.20
- debian:bookworm-slim
- alpine:3.22
- debian:trixie-slim
steps:
- name: Check out code.
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_BASE_OS_VERSION=alpine:3.20
ARG BUILD_BASE_OS_VERSION=alpine:3.22

FROM ${BUILD_BASE_OS_VERSION}
ARG BUILD_GITHUB_CLI_VERSION=2.60.0
Expand Down