Skip to content

Commit ec385cb

Browse files
chore(deps): update golang docker tag to v1.26 (#450)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | minor | `1.25-alpine` → `1.26-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/netresearch/ldap-selfservice-password-changer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents c694d8f + 3f02731 commit ec385cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY internal/web/ ./internal/web/
1717

1818
RUN pnpm build:assets
1919

20-
FROM golang:1.25-alpine AS backend-builder
20+
FROM golang:1.26-alpine AS backend-builder
2121
WORKDIR /build
2222

2323
# Copy dependency files

0 commit comments

Comments
 (0)