Skip to content

Commit

Permalink
fix: docker-admin-ui/Dockerfile to reduce vulnerabilities (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Feb 14, 2023
1 parent 808748f commit b066b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN cd /opt/flex/admin-ui && npm rebuild node-sass
# Application
# ===========

FROM node:fermium-alpine3.16
FROM node:14-alpine3.16

# ======
# alpine
Expand Down

0 comments on commit b066b6a

Please sign in to comment.