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

Bumps node from 17-alpine to 18-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-04-22 08:32:27 +00:00 committed by GitHub
parent 5fbd9bdda5
commit 8817a031e0
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
FROM node:17-alpine
FROM node:18-alpine
RUN addgroup -S frappe \
&& adduser -S frappe -G frappe