Skip to content

Commit

Permalink
Merge pull request #180 from hashicorp/jasonpilz/CRT-build-bug
Browse files Browse the repository at this point in the history
Remove dockerfile curl install from edge
  • Loading branch information
jasonpilz authored Oct 10, 2024
2 parents d33de1b + 5f50e35 commit 782806d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN apk --no-cache upgrade && apk --no-cache add \
nano

## No patch for vulnerabilities in alpine, downloading fixed versions from edge
RUN apk --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main --no-cache add \
curl=8.9.1-r1
RUN apk --no-cache add curl
# Vim temporarily removed as there is no available patch on edge yet, although it is fixed in version > 9.1.0697
# https://pkgs.alpinelinux.org/packages?name=vim&branch=edge&repo=&arch=&maintainer=
# https://security.alpinelinux.org/vuln/CVE-2024-43802
Expand Down

0 comments on commit 782806d

Please sign in to comment.