Skip to content

Commit 1742935

Browse files
committed
Use more recent base images
Signed-off-by: David Gageot <[email protected]>
1 parent 47c6a3a commit 1742935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22

3-
FROM --platform=$BUILDPLATFORM node:23-alpine3.20 AS client-builder
3+
FROM --platform=$BUILDPLATFORM node:23-alpine3.21@sha256:86703151a18fcd06258e013073508c4afea8e19cd7ed451554221dd00aea83fc AS client-builder
44
WORKDIR /ui
55
COPY ui/package.json ui/package-lock.json ./
66
RUN --mount=type=cache,target=/usr/src/app/.npm \
@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/usr/src/app/.npm \
99
COPY ui/. .
1010
RUN npm run build
1111

12-
FROM alpine:3.20
12+
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
1313
ARG TARGETARCH
1414
LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
1515
org.opencontainers.image.description="Docker MCP Toolkit is a Docker Desktop Extension allowing to connect dockerized MCP servers to MCP Clients" \

0 commit comments

Comments
 (0)