Skip to content

Commit 11b1390

Browse files
committed
Change dependencies in Dockerfile to use versions.
1 parent 452266b commit 11b1390

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM node:22.21-alpine3.21 AS builder
22

33
RUN apk add --no-cache bash git \
44
&& mkdir /app \
5-
&& git -C /app/ clone 'https://github.com/SimplyEdit/simplycode-electron.git' \
6-
&& git -C /app/ clone 'https://github.com/SimplyEdit/simplyedit-backend.git' \
5+
&& git -C /app/ clone --depth=1 --branch 'v0.9.6' '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' \
77
&& npm --prefix /app/simplycode-electron install
88

99
FROM php:7.4-apache

0 commit comments

Comments
 (0)