Skip to content

Commit e360e2e

Browse files
authored
Merge pull request #234 from cycloidio/fix/update_go_version
fix: update go version to 1.22.4 in the dockerfile
2 parents dc69133 + 931c0cb commit e360e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.5-alpine3.12 as builder
1+
FROM golang:1.22.4-alpine as builder
22
WORKDIR /app
33

44
COPY go.mod go.sum ./
@@ -8,7 +8,7 @@ RUN go mod download
88
COPY . .
99

1010
RUN apk -q --no-progress add git make \
11-
&& make build
11+
&& make build
1212

1313
FROM alpine
1414

0 commit comments

Comments
 (0)