Skip to content

Commit 75680e7

Browse files
authored
Updating Dockerfile (#4790)
1 parent 2c13c93 commit 75680e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.17.3
1+
FROM alpine:3.20
22

33
# dependencies
44
RUN apk update && apk upgrade && apk add --no-cache openjdk17-jdk python3 git curl gnupg bash nss ncurses php
55
RUN ln -sf python3 /usr/bin/python
66

77
# sbt
8-
ENV SBT_VERSION 1.8.0
8+
ENV SBT_VERSION 1.10.0
99
ENV SBT_HOME /usr/local/sbt
1010
ENV PATH ${PATH}:${SBT_HOME}/bin
1111
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

Comments
 (0)