Skip to content

Commit

Permalink
Merge pull request #447 from bcgov/dockerfile-testing
Browse files Browse the repository at this point in the history
sticking with node 16
  • Loading branch information
mgtennant authored Jan 23, 2024
2 parents 6c64ed5 + 39299f3 commit 2d60a30
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 docker.io/node:18-alpine3.18
FROM docker.io/node:16.15.1-alpine

# Set environment variable to avoid update notifications
ENV NO_UPDATE_NOTIFIER=true
Expand Down

0 comments on commit 2d60a30

Please sign in to comment.