Skip to content

Commit

Permalink
Merge pull request #16 from gittuf/enable-edge-go
Browse files Browse the repository at this point in the history
Use alpine edge for Go 1.23
  • Loading branch information
adityasaky authored Nov 7, 2024
2 parents d8a7bf1 + 0752964 commit 5ad019d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:latest AS builder

RUN apk update && apk add go
RUN apk update --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community go

ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
Expand Down

0 comments on commit 5ad019d

Please sign in to comment.