chore(deps): bump node from 17-alpine to 19-alpine in /images/socketio

Bumps node from 17-alpine to 19-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-19 08:53:12 +00:00 committed by GitHub
parent 8e7f8b3b71
commit 9262dac5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ ARG FRAPPE_REPO=https://github.com/frappe/frappe
RUN git clone --depth 1 -b ${FRAPPE_VERSION} ${FRAPPE_REPO} /opt/frappe RUN git clone --depth 1 -b ${FRAPPE_VERSION} ${FRAPPE_REPO} /opt/frappe
FROM node:17-alpine FROM node:19-alpine
RUN addgroup -S frappe \ RUN addgroup -S frappe \
&& adduser -S frappe -G frappe && adduser -S frappe -G frappe