Skip to content

Commit 381ffa5

Browse files
committed
Update dependencies in the Dockerfile.
1 parent 7c8622f commit 381ffa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM node:22.21-alpine3.21 AS builder
1+
FROM node:22.22.0-alpine3.23 AS builder
22

33
RUN apk add --no-cache bash git \
44
&& mkdir /app \
5-
&& git -C /app/ clone --depth=1 --branch 'v0.9.8' 'https://github.com/SimplyEdit/simplycode-electron.git' \
6-
&& git -C /app/ clone --depth=1 --branch 'v0.5.2' 'https://github.com/SimplyEdit/simplyedit-backend.git' \
5+
&& git -C /app/ clone --depth=1 --branch 'v0.9.10' 'https://github.com/SimplyEdit/simplycode-electron.git' \
6+
&& git -C /app/ clone --depth=1 --branch 'v0.5.3' 'https://github.com/SimplyEdit/simplyedit-backend.git' \
77
&& npm --prefix /app/simplycode-electron install
88

99
FROM php:7.4-apache

0 commit comments

Comments
 (0)