Skip to content

Commit

Permalink
Merge pull request #842 from codacy/fix/update-docker-image
Browse files Browse the repository at this point in the history
fix: update docker image
  • Loading branch information
h314to authored Jan 31, 2023
2 parents 5d51e96 + 84e9045 commit 8a5d20e
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 @@
ARG NODE_IMAGE_VERSION=14.18.0-alpine
ARG NODE_IMAGE_VERSION=16-alpine

FROM node:$NODE_IMAGE_VERSION as builder

0 comments on commit 8a5d20e

Please sign in to comment.