Skip to content

Commit 9a16359

Browse files
authored
Update Dockerfile (#5160)
1 parent e6b37c5 commit 9a16359

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.20
1+
FROM alpine:latest
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.10.0
8+
ENV SBT_VERSION 1.10.3
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)