We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f71120 commit a2050c8Copy full SHA for a2050c8
docker-admin-ui/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14.19.3-alpine3.16 AS builder
+FROM node:14.20.0-alpine3.16 AS builder
2
3
RUN apk update \
4
&& apk upgrade \
@@ -28,14 +28,14 @@ RUN git clone --filter blob:none --no-checkout https://github.com/GluuFederation
28
# Application
29
# ===========
30
31
-FROM node:14.19.3-alpine3.16
+FROM node:14.20.0-alpine3.16
32
33
# ======
34
# alpine
35
36
37
38
- && apk upgrade \
+ && apk upgrade --available \
39
&& apk add --no-cache tini openssl python3 py3-cryptography py3-psycopg2 nginx py3-grpcio \
40
&& apk add --no-cache --virtual .build-deps git
41
0 commit comments