We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a098b commit 9d78fbeCopy full SHA for 9d78fbe
docker/Dockerfile
@@ -10,7 +10,7 @@ RUN npm ci
10
COPY . .
11
RUN PUBLIC_URL=/ npm run build
12
13
-FROM nginx:1.17.7-alpine as app
+FROM nginx:1.17.8-alpine as app
14
15
# Add bash
16
RUN apk add --no-cache bash
0 commit comments