Skip to content

Commit 4a68f39

Browse files
authored
Merge pull request #14 from mathieu-benoit/patch-1
Update base image in Dockerfile to dhi.io/static
2 parents e4b9112 + d44a95d commit 4a68f39

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
@@ -12,7 +12,7 @@ CMD ["npm", "run", "dev"]
1212
FROM base AS build
1313
RUN npm run build && ls dist
1414

15-
FROM dhi.io/alpine-base:3.23
15+
FROM dhi.io/static:20260413-alpine3.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)