Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #140 from docker/dependabot/docker/node-18.3-alpin…
Browse files Browse the repository at this point in the history
…e3.14

Bump node from 17.7-alpine3.14 to 18.3-alpine3.14
  • Loading branch information
gtardif authored Jul 1, 2024
2 parents 5e76b4a + e862596 commit 0a8eba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
go build -trimpath -ldflags="-s -w" -o bin/service

FROM --platform=$BUILDPLATFORM node:17.7-alpine3.14@sha256:539e64749f7dc6c578d744d879fd0ec37f3afe552ae4aca9744cc85121728c4c AS client-builder
FROM --platform=$BUILDPLATFORM node:18.3-alpine3.14@sha256:a648bbe9a0af3991ef1bf02208b2e9b04b4bad49790efc5740a43d13cd1482b5 AS client-builder
WORKDIR /ui
# cache packages in layer
COPY ui/package.json /ui/package.json
Expand Down

0 comments on commit 0a8eba0

Please sign in to comment.