Skip to content

Commit 2554219

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update node.js to 683b8ea
1 parent 8ad7038 commit 2554219

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.13.0@sha256:47c0a92062d7a413fd5c15f1edcdc3e8988bcce1657ec6fe0d0c660b9258dfea AS build-stage
2+
FROM node:16.13.0@sha256:683b8ea4ebc033a0f9060501fc31c1481d3f7232cc032851abbd8cc8d91fdff7 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.13.0@sha256:47c0a92062d7a413fd5c15f1edcdc3e8988bcce1657ec6fe0d0c660b9258dfea AS production-stage
13+
FROM node:16.13.0@sha256:683b8ea4ebc033a0f9060501fc31c1481d3f7232cc032851abbd8cc8d91fdff7 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.13.0@sha256:47c0a92062d7a413fd5c15f1edcdc3e8988bcce1657ec6fe0d0c660b9258dfea
5+
image: node:16.13.0@sha256:683b8ea4ebc033a0f9060501fc31c1481d3f7232cc032851abbd8cc8d91fdff7
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.13.0@sha256:47c0a92062d7a413fd5c15f1edcdc3e8988bcce1657ec6fe0d0c660b9258dfea
108+
image: node:16.13.0@sha256:683b8ea4ebc033a0f9060501fc31c1481d3f7232cc032851abbd8cc8d91fdff7
109109
container_name: 'ecamp3-print'
110110
ports:
111111
- '3003:3003'

0 commit comments

Comments
 (0)