Skip to content

Commit 8d695bd

Browse files
chore(deps): update all minor, or patch dependencies on docker
1 parent 23cb2e7 commit 8d695bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.9
22

3-
FROM node:18.16-alpine AS base
3+
FROM node:18.20-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:18.16-alpine
10+
FROM node:18.20-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:18.16-alpine AS base
1+
FROM node:18.20-alpine AS base
22
WORKDIR /base
33
COPY package*.json ./
44
RUN npm install

0 commit comments

Comments
 (0)