Skip to content

Commit

Permalink
Merge pull request #335 from MarcelRaschke/dependabot/docker/node-18.…
Browse files Browse the repository at this point in the history
…9.1-alpine

Bump node from 16.17.0-alpine to 18.9.1-alpine
  • Loading branch information
MarcelRaschke authored Sep 28, 2022
2 parents 65368ce + c524081 commit 7116444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# --------------------------------------------------------------------------------
# BASE IMAGE
# --------------------------------------------------------------------------------
FROM node:16.17.0-alpine@sha256:2c405ed42fc0fd6aacbe5730042640450e5ec030bada7617beac88f742b6997b as base
FROM node:18.9.1-alpine@sha256:566ffe130bb0fd2d03d492333ad2e9c35fcf1f2c9d8be6311b3c29d6c138802a as base

# This directory is owned by the node user
ARG APP_HOME=/home/node/app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.openapi_decorator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18-alpine

RUN apk add --no-cache git python make g++

Expand Down

0 comments on commit 7116444

Please sign in to comment.