Skip to content

Commit a8f1825

Browse files
chore(deps): update node.js (#41)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 88f7d90 commit a8f1825

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.16.0
1+
14.16.1

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.16.0@sha256:f6b9ff4caca9d4f0a331a882e560df242eb332b7bbbed2f426784de208fcd7bd AS build
1+
FROM node:14.16.1@sha256:8eb45f4677c813ad08cef8522254640aa6a1800e75a9c213a0a651f6f3564189 AS build
22

33
WORKDIR /app
44

@@ -9,7 +9,7 @@ COPY tsconfig.json tsconfig.build.json ./
99
COPY src ./src
1010
RUN yarn build
1111

12-
FROM node:14.16.0-slim@sha256:7ff9cf5e411481ee734479637265f063c5f356f496d0f9c47112312cb7b46d42
12+
FROM node:14.16.1-slim@sha256:027ca5b035e85229e96ebd4e60c26386126e6a208f238561759b3d68ac50cae9
1313

1414
WORKDIR /app
1515

0 commit comments

Comments
 (0)