We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44c3c3f + af72203 commit 9f9a71fCopy full SHA for 9f9a71f
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
node-version: 16
39
- run: node -v
40
- name: Checkout
41
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
42
- uses: pnpm/[email protected]
43
with:
44
version: 6.30.1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16.2.0-alpine3.13
+FROM node:16.13.1-alpine3.13
2
3
# Disable anonymous Next.js telemetry data...
4
ENV NEXT_TELEMETRY_DISABLED 1
0 commit comments