Skip to content

Commit

Permalink
Update third party software
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Dec 22, 2022
1 parent 5642834 commit 0c8d098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.20-rc-alpine AS goredoer
LABEL maintainer=David\ Rabkin\ <david@rabkin.co.il>
RUN \
apk add --no-cache --update \
curl~=7.86.0 \
curl~=7.87.0 \
zstd~=1.5.2 \
&& rm -rf /var/cache/apk/*
ENV \
Expand Down

0 comments on commit 0c8d098

Please sign in to comment.