Skip to content

Commit

Permalink
docker update for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-allen committed Oct 17, 2024
1 parent 196b733 commit 0566334
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 @@ -13,7 +13,7 @@ RUN make build_ui
######################################
# Prepare go_builder
######################################
FROM 537984406465.dkr.ecr.ap-south-1.amazonaws.com/golang:1.21 as go_builder
FROM golang:1.21-alpine as go_builder
WORKDIR /go/src/github.com/Allen-Career-Institute/flagr

RUN apk add --no-cache git make build-base
Expand Down

0 comments on commit 0566334

Please sign in to comment.