We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0237f29 commit e44afafCopy full SHA for e44afaf
1 file changed
packages/stats/Dockerfile
@@ -8,7 +8,7 @@ COPY . /app/
8
RUN yarn install
9
RUN yarn lerna run build --no-private && yarn workspace @threefold/stats build
10
11
-FROM nginx:1.27-alpine
+FROM nginx:1.29.2-alpine
12
COPY --from=build /app/packages/stats/dist /usr/share/nginx/html
13
COPY --from=build /app/packages/stats/nginx /etc/nginx
14
RUN mkdir -p /etc/zinit;
0 commit comments