Skip to content

Commit

Permalink
fix: update Dockerfile to use Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Jun 21, 2024
1 parent 6396955 commit 51ae90e
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 @@ -25,7 +25,7 @@ COPY . .

RUN make yarn

FROM golang:1.17.13-alpine AS build
FROM golang:1.21-alpine AS build
LABEL stage=builder

RUN apk add --no-cache build-base ca-certificates git
Expand Down

0 comments on commit 51ae90e

Please sign in to comment.