Skip to content

Commit

Permalink
Merge pull request #2 from apiiro/igal/bump-alpine
Browse files Browse the repository at this point in the history
Bump alpine version to resolve vulnerabilities
  • Loading branch information
IgalKreich authored Dec 2, 2024
2 parents 02548a7 + a84a2be commit 2dea33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiretap-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ./src /wiretap

RUN make OUTPUT=./wiretap VERSION=${VERSION}

FROM alpine:3.19
FROM alpine:3.20

RUN apk update && \
apk upgrade && \
Expand Down

0 comments on commit 2dea33c

Please sign in to comment.