3 Commits
Author SHA1 Message Date
renovate-bot a818fad545 chore(deps): update golang:1.27.0-trixie docker digest to df98008
changelog / changelog (push) Successful in 9s
Build only (for PRs) / build-only (pull_request) Successful in 10m27s
2026-08-30 17:01:03 +00:00
williamp 552d756ec4 Merge pull request 'chore(deps): update docker.io/thegeeklab/git-sv docker tag to v3.0.2' (#131) from renovate/docker.io-thegeeklab-git-sv-3.x into dev
changelog / changelog (push) Successful in 17s
Reviewed-on: #131
2026-08-25 23:44:29 +00:00
renovate-bot 135f598306 chore(deps): update docker.io/thegeeklab/git-sv docker tag to v3.0.2
Build only (for PRs) / build-only (pull_request) Successful in 15s
2026-08-25 21:00:54 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:3.0.1
container: docker.io/thegeeklab/git-sv:3.0.2
steps:
- name: install tools
run: |
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.27.0-trixie@sha256:ae28539d2ef595b9a2930dd7f031d9592376829dc0eae7cb869559f7d5812c3a AS app-builder
FROM golang:1.27.0-trixie@sha256:df98008ecd2b0ecc9f0a94d1b07e3564a9c92b555369b33d9b5f60d0765b2db7 AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app