Skip to content

Commit 452266b

Browse files
committed
Update NodeJS Alpine Docker image.
1 parent 3b8f84a commit 452266b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.12-alpine AS builder
1+
FROM node:22.21-alpine3.21 AS builder
22

33
RUN apk add --no-cache bash git \
44
&& mkdir /app \

0 commit comments

Comments
 (0)