Skip to content

Commit

Permalink
bump alpine base image (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetr authored Feb 16, 2024
1 parent 46676ba commit 9e981d3
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 . ./

RUN go build -o /semgrep-network-broker -ldflags="-X 'github.com/semgrep/semgrep-network-broker/build.BuildTime=${BUILDTIME}' -X 'github.com/semgrep/semgrep-network-broker/build.Version=${VERSION}' -X 'github.com/semgrep/semgrep-network-broker/build.Revision=${REVISION}'"

FROM alpine:3.18.3
FROM alpine:3.19.1

RUN adduser -D semgrep
USER semgrep
Expand Down

0 comments on commit 9e981d3

Please sign in to comment.