Skip to content

Commit

Permalink
Merge pull request #540 from 0xPolygonID/fix_openssl_vulnerability
Browse files Browse the repository at this point in the history
chore: update openssl version
  • Loading branch information
martinsaporiti authored Nov 15, 2023
2 parents 5195a3c + d685937 commit 7ac7276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN go install -buildvcs=false -ldflags "-X main.build=${VERSION}" ./cmd/...
FROM alpine:latest
RUN apk add --no-cache libstdc++ gcompat libgomp
RUN apk add --update busybox>1.3.1-r0
RUN apk add --update openssl>3.1.4-r1
RUN ln -sfv ld-linux-x86-64.so.2 /lib/libresolv.so.2

RUN apk add doas; \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-arm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN go install -buildvcs=false -ldflags "-X main.build=${VERSION}" ./cmd/...
FROM alpine:latest
RUN apk add --no-cache libstdc++ gcompat libgomp
RUN apk add --update busybox>1.3.1-r0
RUN apk add --update openssl>3.1.4-r1
RUN ln -sfv ld-linux-x86-64.so.2 /lib/libresolv.so.2

RUN apk add doas; \
Expand Down
2 changes: 2 additions & 0 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /app
RUN apk add --update nodejs npm
RUN apk add --update apache2-utils
RUN apk add --update libwebp=1.3.2-r0
RUN apk add --update libx11=1.8.7-r0
RUN apk add --update openssl>3.1.4-r1
COPY package.json package-lock.json ./

RUN npm install
Expand Down

0 comments on commit 7ac7276

Please sign in to comment.