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 2c13c93 commit 75680e7Copy full SHA for 75680e7
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM alpine:3.17.3
+FROM alpine:3.20
2
3
# dependencies
4
RUN apk update && apk upgrade && apk add --no-cache openjdk17-jdk python3 git curl gnupg bash nss ncurses php
5
RUN ln -sf python3 /usr/bin/python
6
7
# sbt
8
-ENV SBT_VERSION 1.8.0
+ENV SBT_VERSION 1.10.0
9
ENV SBT_HOME /usr/local/sbt
10
ENV PATH ${PATH}:${SBT_HOME}/bin
11
RUN curl -sL "https://github.com/sbt/sbt/releases/download/v$SBT_VERSION/sbt-$SBT_VERSION.tgz" | gunzip | tar -x -C /usr/local
0 commit comments