Skip to content

Commit b0afb89

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS build-stage
2+
FROM node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb 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.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS production-stage
13+
FROM node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb AS production-stage
1414
WORKDIR /app
1515

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

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.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
5+
image: node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb
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.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
108+
image: node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb
109109
container_name: 'ecamp3-print'
110110
ports:
111111
- '3003:3003'

0 commit comments

Comments
 (0)