Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 7722b68

Browse files
authored
fix: Dockerfile golang version (#50)
1 parent 84e8859 commit 7722b68

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 --platform=linux/amd64 golang:1.22.2-alpine as deps
1+
FROM --platform=linux/amd64 golang:1.22.6-alpine as deps
22

33
WORKDIR /
44

@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN <<EOT
1717
go mod download
1818
EOT
1919

20-
FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine as build
20+
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine as build
2121

2222
WORKDIR /
2323

0 commit comments

Comments
 (0)