mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
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:
parent
8e7f8b3b71
commit
9262dac5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue