Skip to content

Commit 9fff665

Browse files
author
Motalleb Fallahnezhad
committed
bump: base image from bookworm to trixie
1 parent 74f4f74 commit 9fff665

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release-gh-image.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
# types: [published]
1515
workflow_dispatch:
1616

17-
1817
env:
1918
REGISTRY: ghcr.io
2019
IMAGE_NAME: fmotalleb/crontab-go
@@ -41,7 +40,7 @@ jobs:
4140
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4241
tags: |
4342
type=semver,pattern={{version}}
44-
- name: Build and push Docker image Slim (bookworm-slim)
43+
- name: Build and push Docker image Slim
4544
uses: docker/build-push-action@v6
4645
with:
4746
context: .
@@ -60,4 +59,4 @@ jobs:
6059
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-static
6160
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-static
6261
labels: ${{ steps.meta.outputs.labels }}
63-
target: "static"
62+
target: "static"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# ──────────────────────────────────────────────────────────────────────────────
1313
# Output debian slim version: has a shell to execute commands and can be extended
14-
FROM debian:bookworm-slim AS slim
14+
FROM debian:trixie-slim AS slim
1515

1616
COPY crontab-go /bin/crontab-go
1717

0 commit comments

Comments
 (0)