Skip to content

Commit b91f282

Browse files
committed
specify major node version in Dockerfile
for easier tracking of when it changes
1 parent 5716df0 commit b91f282

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)