From e0f72c9748e64088193fec58050695ab3b9277d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:05:03 +0000 Subject: [PATCH] build(deps): bump node from 17.0.1-alpine to 19.6.0-alpine in /app Bumps node from 17.0.1-alpine to 19.6.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 4e63e24..2c56b5a 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile built with the monorepo root path context # https://github.com/ArthurFiorette/steam-trader/pull/242 -FROM node:17.0.1-alpine +FROM node:19.6.0-alpine LABEL maintainer="arthurfiorette "