Skip to content

Commit 090cca4

Browse files
committed
fix(automation): node version
1 parent 6fb71cd commit 090cca4

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
@@ -7,7 +7,7 @@
77
# This is not intended for production use.
88

99
# Stage 1 - Create yarn install skeleton layer
10-
FROM node:24-bookworm-slim AS packages
10+
FROM node:22-bookworm-slim AS packages
1111

1212
WORKDIR /app
1313
COPY backstage.json package.json yarn.lock ./

0 commit comments

Comments
 (0)