Skip to content

Commit

Permalink
Merge pull request #173 from matchID-project/fix/sec-docker-node
Browse files Browse the repository at this point in the history
Security fix - to docker node:18.15-alpine3.17
  • Loading branch information
rhanka authored Mar 18, 2023
2 parents 4f256ff + 38dd68f commit 9db3a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.7-alpine3.16 as base
FROM node:18.15-alpine3.17 as base
ARG proxy

ARG http_proxy
Expand Down

0 comments on commit 9db3a2a

Please sign in to comment.