Skip to content

Commit 38cf09d

Browse files
committed
Move node image to an older version
1 parent b812298 commit 38cf09d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.labspace/03-base-image-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Ideally, you want to keep the idea of "least privilege" - include only what's ne
1717

1818
## 🗺️ Choosing a base image
1919

20-
The current `Dockerfile` has the following base image:
20+
The project's :fileLink[`Dockerfile`]{path="Dockerfile" line=1} has the following base image:
2121

2222
```dockerfile
2323
FROM node:18

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim
1+
FROM node:18
22
WORKDIR /usr/local/app
33

44
COPY package*.json ./

0 commit comments

Comments
 (0)