5 Commits

Author SHA1 Message Date
renovate-bot dde5ca1d96 chore(deps): update golang docker tag to v1.26.4
Build only (for PRs) / build-only (pull_request) Successful in 36s
2026-06-03 02:00:57 +00:00
williamp 50db19a3f4 Merge pull request 'chore(deps): update golang:1.26.3-trixie docker digest to 0f6b034' (#83) from renovate/golang-1.26.3-trixie into dev
Reviewed-on: #83
2026-05-25 01:55:37 +00:00
williamp 6b514c9208 Merge pull request 'chore(deps): update ad-m/github-push-action action to v1.3.0' (#82) from renovate/ad-m-github-push-action-1.x into dev
Reviewed-on: #82
2026-05-25 01:55:29 +00:00
renovate-bot c552a9ccbd chore(deps): update golang:1.26.3-trixie docker digest to 0f6b034
Build only (for PRs) / build-only (pull_request) Successful in 3m29s
2026-05-24 20:01:14 +00:00
renovate-bot 27e9344f7d chore(deps): update ad-m/github-push-action action to v1.3.0
Build only (for PRs) / build-only (pull_request) Successful in 11s
2026-05-24 11:00:49 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
fi
exit 0
- name: Push changes
uses: ad-m/github-push-action@v1.2.0
uses: ad-m/github-push-action@v1.3.0
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
repository: infrastructure/core-apps
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.3-trixie@sha256:f34e7161a14638b812ce491bd89c81718f309cac6ec0ffe016e5fbcb4bdc8c06 AS app-builder
FROM golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app