Skip to content

Commit

Permalink
chore(deps): update all minor, or patch dependencies on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 4863598 commit d2c7b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax = docker/dockerfile:1.4
# syntax = docker/dockerfile:1.7

FROM node:18.16-alpine AS base
FROM node:18.20-alpine AS base
WORKDIR /base
COPY --link package.json yarn.lock ./
RUN --mount=type=cache,target=/tmp/yarn_cache \
YARN_CACHE_FOLDER=/tmp/yarn_cache \
yarn install

FROM node:18.16-alpine
FROM node:18.20-alpine
RUN apk add --no-cache tini
WORKDIR /base
COPY --link --from=base /base ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-static
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16-alpine AS base
FROM node:18.20-alpine AS base
WORKDIR /base
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit d2c7b8c

Please sign in to comment.