We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597ffd5 commit df48af5Copy full SHA for df48af5
.github/workflows/release.yaml
@@ -95,4 +95,7 @@ jobs:
95
96
## Access points:
97
98
- - [/services/web/ide/](http://localhost:8080/services/web/ide/) - Web IDE
+ - [/services/web/ide/](http://localhost:8080/services/web/ide/) - Web IDE
99
+
100
+ - name: Push Release Version
101
+ run: git push
application/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amazoncorretto:21
+FROM amazoncorretto:21-alpine
2
3
VOLUME /tmp
4
0 commit comments