We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8622f commit 381ffa5Copy full SHA for 381ffa5
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM node:22.21-alpine3.21 AS builder
+FROM node:22.22.0-alpine3.23 AS builder
2
3
RUN apk add --no-cache bash git \
4
&& 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' \
+ && git -C /app/ clone --depth=1 --branch 'v0.9.10' 'https://github.com/SimplyEdit/simplycode-electron.git' \
+ && git -C /app/ clone --depth=1 --branch 'v0.5.3' 'https://github.com/SimplyEdit/simplyedit-backend.git' \
7
&& npm --prefix /app/simplycode-electron install
8
9
FROM php:7.4-apache
0 commit comments