Skip to content

Commit

Permalink
update alpine golang docker image to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 20, 2024
1 parent dc141ca commit a71c16a
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 @@ -37,7 +37,7 @@ RUN REACT_APP_CLA_URL="$REACT_APP_CLA_URL" \
REACT_APP_CLA_VERSION="$REACT_APP_CLA_VERSION" \
make yarn

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

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

0 comments on commit a71c16a

Please sign in to comment.