summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-05 20:40:48 -0400
committerGitHub <noreply@github.com>2024-09-05 20:40:48 -0400
commitb54d11018b59ad3f03c0d2bf01ed6a7a30ac7467 (patch)
treef1bc1fa5b982ee6f587110768c2d2100b74dfa1b /Dockerfile
parentd329524308ed0fe54ce4e012ae69614d696fdaf7 (diff)
chore(deps): bump golang from 1.22 to 1.23 (#850)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0a89e8e..a7f10e5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22 AS builder
+FROM golang:1.23 AS builder
RUN mkdir -p /src/argocd-image-updater
WORKDIR /src/argocd-image-updater