aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2025-02-06 13:33:08 -0800
committerJeff Halter <868228+jhalter@users.noreply.github.com>2025-02-06 13:33:08 -0800
commit4174d6a158a5d6cf4975926626a9c78d530abea4 (patch)
treef121716b311a2449b3d5816f6e421df7f73c8351 /Dockerfile
parent3f9221420a57b0b7534a0877925e363855274b1a (diff)
Bump Golang version in Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f5b2af6..4441d54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22 AS builder
+FROM golang:1.23 AS builder
WORKDIR /app
COPY . .