Skip to content

Commit 1fe7ef5

Browse files
chore(deps): update all minor, or patch dependencies on docker
1 parent 1ab333f commit 1fe7ef5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

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

3-
FROM node:22.18-alpine AS base
3+
FROM node:22.19-alpine AS base
44
WORKDIR /base
55
COPY --link package.json yarn.lock ./
66
RUN --mount=type=cache,target=/tmp/yarn_cache \
77
YARN_CACHE_FOLDER=/tmp/yarn_cache \
88
yarn install
99

10-
FROM node:22.18-alpine
10+
FROM node:22.19-alpine
1111
RUN apk add --no-cache tini
1212
WORKDIR /base
1313
COPY --link --from=base /base ./

Dockerfile-static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.18-alpine AS base
1+
FROM node:22.19-alpine AS base
22
WORKDIR /base
33
COPY package*.json ./
44
RUN npm install

Dockerfile-upload-source-maps

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

3-
FROM node:22.18-alpine AS base
3+
FROM node:22.19-alpine AS base
44
WORKDIR /base
55
COPY --link package.json yarn.lock ./
66
RUN --mount=type=cache,target=/tmp/yarn_cache \
77
YARN_CACHE_FOLDER=/tmp/yarn_cache \
88
yarn install
99

10-
FROM node:22.18-alpine
10+
FROM node:22.19-alpine
1111
WORKDIR /base
1212
COPY --link --from=base /base ./
1313
COPY --link . .

0 commit comments

Comments
 (0)