Skip to content

Commit a82b603

Browse files
committed
Update Dockerfile to use Node.js 22-bullseye-slim variant
1 parent 4848254 commit a82b603

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-
ARG VARIANT=23-bullseye-slim
1+
ARG VARIANT=22-bullseye-slim
22

33
FROM node:${VARIANT} AS backend-builder
44
WORKDIR /app/backend

0 commit comments

Comments
 (0)