Skip to content

Commit

Permalink
bump go in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Jun 21, 2024
1 parent bf15190 commit 6d56053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/golang
FROM golang:1.22.3 AS builder
FROM golang:1.22.4 AS builder
WORKDIR /go/src/app
ARG VERSION
COPY . ./
Expand Down

0 comments on commit 6d56053

Please sign in to comment.