Skip to content

Commit bd40412

Browse files
authored
chore(deps): update golang docker tag to v1.24 (#13)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.23` -> `1.24` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/datum-cloud/datum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents aa55e04 + 79ab615 commit bd40412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/datum-authorization-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Go image as a build stage
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33

44
# Set the working directory inside the container
55
WORKDIR /app

0 commit comments

Comments
 (0)