Skip to content

Commit 423d664

Browse files
authored
Merge pull request #16 from ApplauseOSS/fix/dockerfile
fix: update Dockerfile to add go 1.25
2 parents 25f90b1 + 2613a78 commit 423d664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install go into wolfi for build
22
FROM cgr.dev/chainguard/wolfi-base AS base
3-
RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.1
3+
RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.25
44

55
FROM base AS dev
66
WORKDIR /code

0 commit comments

Comments
 (0)