Skip to content

Commit

Permalink
update base image to mitigate CVE's (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Jan 13, 2022
1 parent 41d6074 commit b8fb4b6
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 @@ -5,7 +5,7 @@ ENV CGO_ENABLED=0
COPY . ./
RUN make setup && make build

FROM alpine:3.12.1
FROM alpine:3.14.3
RUN apk --no-cache add \
ca-certificates \
iptables
Expand Down

0 comments on commit b8fb4b6

Please sign in to comment.