Skip to content

Commit 048e999

Browse files
chore(deps): update golang docker tag to v1.26.6 (#649)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [golang](https://hub.docker.com/_/golang) ([source](https://redirect.github.com/docker-library/golang)) | stage | patch | `1.26.5-alpine` → `1.26.6-alpine` | `1.27.0-alpine` (+1) | --- ### Configuration 📅 **Schedule**: (UTC) - 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-manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMy4yIiwidXBkYXRlZEluVmVyIjoiNDQuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents ba0991e + 1135b56 commit 048e999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -eux; \
2727
# Used by compose.yml's ldap-manager-dev / ldap-manager-test services.
2828
# Not part of the release pipeline — `docker buildx build --target=dev`
2929
# only locally. Source code is bind-mounted at runtime.
30-
FROM golang:1.26.5-alpine AS dev
30+
FROM golang:1.26.6-alpine AS dev
3131

3232
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
3333
WORKDIR /app

0 commit comments

Comments
 (0)