Skip to content

Commit 990a40d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update node.js to v16.12.0
1 parent cd62931 commit 990a40d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.docker-hub/print/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build stage
2-
FROM node:16.11.1@sha256:d6a8cd069ab740759394a9338dc4bc4b9b32b15209cccd0c7faa32d438b1076e AS build-stage
2+
FROM node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS build-stage
33

44
COPY common /common
55

@@ -10,7 +10,7 @@ RUN npm ci
1010
RUN npm run build
1111

1212
# production stage
13-
FROM node:16.11.1@sha256:d6a8cd069ab740759394a9338dc4bc4b9b32b15209cccd0c7faa32d438b1076e AS production-stage
13+
FROM node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS production-stage
1414
WORKDIR /app
1515

1616
COPY --from=build-stage /app/node_modules ./node_modules

.docker-hub/worker-print-puppeteer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.11.1-buster-slim@sha256:a49f003fbc2439e20601ed466a2cbc80699f238b56bb78ccb934bb3d92a23d53
1+
FROM node:16.12.0-buster-slim@sha256:73b769068266e7a957371dccbb650b1351535902b05ed25a3d3562f0809a9cfc
22

33
RUN apt-get update \
44
&& apt-get install -y wget gnupg \

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.4"
22

33
services:
44
frontend:
5-
image: node:16.11.1@sha256:d6a8cd069ab740759394a9338dc4bc4b9b32b15209cccd0c7faa32d438b1076e
5+
image: node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
66
container_name: 'ecamp3-frontend'
77
ports:
88
- '3000:3000'
@@ -105,7 +105,7 @@ services:
105105
entrypoint: ./docker-setup.sh
106106

107107
print:
108-
image: node:16.11.1@sha256:d6a8cd069ab740759394a9338dc4bc4b9b32b15209cccd0c7faa32d438b1076e
108+
image: node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
109109
container_name: 'ecamp3-print'
110110
ports:
111111
- '3003:3003'

workers/print-puppeteer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Initially based upon:
44
# https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
55

6-
FROM node:16.11.1-buster-slim@sha256:a49f003fbc2439e20601ed466a2cbc80699f238b56bb78ccb934bb3d92a23d53
6+
FROM node:16.12.0-buster-slim@sha256:73b769068266e7a957371dccbb650b1351535902b05ed25a3d3562f0809a9cfc
77

88
RUN apt-get update \
99
&& apt-get install -y wget gnupg \

0 commit comments

Comments
 (0)