Skip to content

Commit c1791f6

Browse files
authored
Merge pull request #29 from backstage/djam/docker-b
chore: change nodejs base image
2 parents 1e99ed5 + 1b65307 commit c1791f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/pulumi/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 node:18-bullseye-slim
1+
FROM --platform=linux/amd64 node:18-bookworm-slim
22

33
# Install sqlite3 dependencies. You can skip this if you don't use sqlite3 in the image,
44
# in which case you should also move better-sqlite3 to "devDependencies" in package.json.
@@ -37,4 +37,4 @@ RUN echo "techdocs:" >> app-config.deployment.yaml
3737
RUN echo " generator:" >> app-config.deployment.yaml
3838
RUN echo " runIn: 'local'" >> app-config.deployment.yaml
3939

40-
CMD ["node", "packages/backend", "--config", "app-config.deployment.yaml", "--config", "app-config.yaml"]
40+
CMD ["node", "packages/backend", "--config", "app-config.deployment.yaml", "--config", "app-config.yaml"]

0 commit comments

Comments
 (0)