Skip to content

Commit 94bf1d8

Browse files
committed
Update for Gitpod
1 parent 4a63cf8 commit 94bf1d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .gitpod/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# Stage: base
33
#
44
# Build gitpod server
5-
# Version: 0.1.0-dev build 29
5+
# Version: 1.0.0-dev build 30
66

7-
FROM ghcr.io/joomlatools/joomlatools-server:latest as base
7+
ARG IMAGE_TAG=latest
8+
FROM ghcr.io/joomlatools/joomlatools-server:${IMAGE_TAG} as base
89

910
ENV APP_DATA=/srv/www \
1011
APP_ROOT=/workspace/joomlatools-server \

0 commit comments

Comments
 (0)