Skip to content

Commit df48af5

Browse files
committed
[CI/CD] Updates Dockerfile
1 parent 597ffd5 commit df48af5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,7 @@ jobs:
9595
9696
## Access points:
9797
98-
- [/services/web/ide/](http://localhost:8080/services/web/ide/) - Web IDE
98+
- [/services/web/ide/](http://localhost:8080/services/web/ide/) - Web IDE
99+
100+
- name: Push Release Version
101+
run: git push

application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazoncorretto:21
1+
FROM amazoncorretto:21-alpine
22

33
VOLUME /tmp
44

0 commit comments

Comments
 (0)