Skip to content

Commit fde8be0

Browse files
authored
Merge pull request #575 from minrk/explicit-node
specify major node version in Dockerfile
2 parents 5716df0 + b91f282 commit fde8be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM node:lts-alpine3.18
2-
# ref: https://hub.docker.com/_/node?tab=tags&name=lts-alpine
1+
FROM node:24-alpine3.21
2+
# ref: https://hub.docker.com/_/node/tags?name=alpine
33

44
# Set labels based on the Open Containers Initiative (OCI):
55
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys

0 commit comments

Comments
 (0)