Skip to content

Commit abb5ca3

Browse files
chore(deps): update golang docker tag to v1.23 (#1382)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.22-alpine` -> `1.23-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 871c749 commit abb5ca3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flagd-proxy/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Main Dockerfile for flagd builds
22
# Build the manager binary
3-
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
44

55
WORKDIR /src
66

flagd/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Main Dockerfile for flagd builds
22
# Build the manager binary
3-
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
44

55
WORKDIR /src
66

flagd/profile.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile with pprof profiler
22
# Build the manager binary
3-
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
44

55
WORKDIR /src
66

0 commit comments

Comments
 (0)