Skip to content

Commit b10f22d

Browse files
fix: packages/stats/Dockerfile to reduce vulnerabilities (#4421)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-PCRE2-13637025 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 9151689 commit b10f22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/stats/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /app/
88
RUN yarn install
99
RUN yarn lerna run build --no-private && yarn workspace @threefold/stats build
1010

11-
FROM nginx:1.29.2-alpine
11+
FROM nginx:1.29.3-alpine
1212
COPY --from=build /app/packages/stats/dist /usr/share/nginx/html
1313
COPY --from=build /app/packages/stats/nginx /etc/nginx
1414
RUN mkdir -p /etc/zinit;

0 commit comments

Comments
 (0)