Skip to content

Commit

Permalink
use specified bulllseye image version
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-dkrz committed Oct 25, 2024
1 parent b934fc5 commit 61df882
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,18 +285,18 @@ jobs:
strategy:
matrix:
include:
- arch: linux/amd64
target: linux-x64
- arch: linux/arm64
target: linux-arm64
- arch: linux/arm/v7
target: linux-armv7
- arch: linux/386
target: linux-i386
target: linux-armvl7
- arch: linux/arm/v6
target: linux-armvl6
- arch: linux/ppc64le
target: linux-ppc64le
target: linux-ppc64
- arch: linux/s390x
target: linux-s390x
- arch: linux/i386
target: linux-i386

steps:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm
FROM debian:bullseye-20240904

ARG VERSION
LABEL org.opencontainers.image.authors="DRKZ-CLINT"
Expand Down

0 comments on commit 61df882

Please sign in to comment.