Skip to content

Commit

Permalink
Merge pull request #2 from wegift/bhagavansuraj-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile node version
  • Loading branch information
bhagavansuraj authored Apr 16, 2024
2 parents acde7cb + 4ad5f22 commit 09a79cf
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
Expand Up @@ -3,7 +3,7 @@ FROM python:3.9
# https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ARG NODE_VERSION=16.14.0
ARG NODE_VERSION=18.12.1
ARG PRE_COMMIT_VERSION=v2.17.0
ARG GO_VERSION=1.18.2
# Install nodejs, pre-commit and make cache directory
Expand Down

0 comments on commit 09a79cf

Please sign in to comment.