Skip to content

Commit a2050c8

Browse files
duttarnabsnyk-botiromli
authored
fix: docker-admin-ui/Dockerfile to reduce vulnerabilities
* fix: docker-admin-ui/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-2941806 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-2941806 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946723 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946727 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946729 * build: update nodejs and alpine source Co-authored-by: snyk-bot <[email protected]> Co-authored-by: iromli <[email protected]>
1 parent 2f71120 commit a2050c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-admin-ui/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.19.3-alpine3.16 AS builder
1+
FROM node:14.20.0-alpine3.16 AS builder
22

33
RUN apk update \
44
&& apk upgrade \
@@ -28,14 +28,14 @@ RUN git clone --filter blob:none --no-checkout https://github.com/GluuFederation
2828
# Application
2929
# ===========
3030

31-
FROM node:14.19.3-alpine3.16
31+
FROM node:14.20.0-alpine3.16
3232

3333
# ======
3434
# alpine
3535
# ======
3636

3737
RUN apk update \
38-
&& apk upgrade \
38+
&& apk upgrade --available \
3939
&& apk add --no-cache tini openssl python3 py3-cryptography py3-psycopg2 nginx py3-grpcio \
4040
&& apk add --no-cache --virtual .build-deps git
4141

0 commit comments

Comments
 (0)