Skip to content

Commit cb1fa6c

Browse files
authored
Merge pull request #13 from mathieu-benoit/patch-1
2 parents 2aa0e66 + 561883a commit cb1fa6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-slim AS base
1+
FROM dhi.io/node:24-alpine3.23-dev AS base
22
WORKDIR /usr/local/app
33
COPY package*.json ./
44
RUN npm install
@@ -12,7 +12,7 @@ CMD ["npm", "run", "dev"]
1212
FROM base AS build
1313
RUN npm run build && ls dist
1414

15-
FROM alpine
15+
FROM dhi.io/alpine-base:3.23
1616
LABEL org.opencontainers.image.title="Labspaces" \
1717
org.opencontainers.image.description="Learn through interactive and hands-on Labspaces" \
1818
org.opencontainers.image.vendor="Docker, Inc." \

0 commit comments

Comments
 (0)