Skip to content

Commit efd2120

Browse files
authored
updare docker backend image (#279)
1 parent 5a4da46 commit efd2120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm install
1818
COPY . .
1919

2020
# Download CLI
21-
RUN curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.4.1/projectGenerator \
21+
RUN curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.5.0/projectGenerator \
2222
--output /usr/local/bin/projectGenerator && \
2323
chmod 0755 /usr/local/bin/projectGenerator
2424

0 commit comments

Comments
 (0)