Skip to content

Commit

Permalink
chore(docker): use node:18.3.0-bullseye-slim as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Jun 9, 2022
1 parent f8603d3 commit ffd948b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.2.0-bullseye-slim as build
FROM node:18.3.0-bullseye-slim as build

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl \
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN yarn install --frozen-lockfile --production
# install node prune
RUN curl -sf https://gobinaries.com/tj/node-prune | sh

FROM node:18.2.0-bullseye-slim
FROM node:18.3.0-bullseye-slim

RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates procps libxss1 \
Expand Down

0 comments on commit ffd948b

Please sign in to comment.