Skip to content

Commit

Permalink
fix polaris cves (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Aug 22, 2022
1 parent e3a6cb3 commit b90f091
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
Expand Up @@ -15,8 +15,9 @@ RUN go get -u github.com/gobuffalo/packr/v2/packr2
COPY . .
RUN packr2 build -a -o polaris *.go

FROM alpine:3.16.1
FROM alpine:3.16
WORKDIR /usr/local/bin
RUN apk -U upgrade
RUN apk --no-cache add ca-certificates

RUN addgroup -S polaris && adduser -u 1200 -S polaris -G polaris
Expand Down

0 comments on commit b90f091

Please sign in to comment.