diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-02-06 13:33:08 -0800 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-02-06 13:33:08 -0800 |
| commit | 4174d6a158a5d6cf4975926626a9c78d530abea4 (patch) | |
| tree | f121716b311a2449b3d5816f6e421df7f73c8351 /Dockerfile | |
| parent | 3f9221420a57b0b7534a0877925e363855274b1a (diff) | |
Bump Golang version in Dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM golang:1.22 AS builder +FROM golang:1.23 AS builder WORKDIR /app COPY . . |