Skip to content

Commit

Permalink
fix: install go on sdk-generation image (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRooney authored Nov 14, 2023
1 parent 7d229d5 commit 0686dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY pkg/ ./pkg/
RUN go build -o /action

## Deploy
FROM alpine:latest
FROM golang:1.21-alpine

RUN apk update
RUN apk add git
Expand Down

0 comments on commit 0686dcf

Please sign in to comment.