We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 592470d + 2e9b1e2 commit ff9e726Copy full SHA for ff9e726
seichiassist-builder-v2/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17.0.8_7-jdk-focal
+FROM eclipse-temurin:17.0.9_9-jdk-focal
2
3
# sbt をインストールする (https://www.scala-sbt.org/1.x/docs/ja/Installing-sbt-on-Linux.html)
4
RUN apt-get update && apt-get install -y apt-transport-https curl gnupg
seichiassist-runner-v2/Dockerfile
-FROM eclipse-temurin:17.0.8_7-jdk-jammy
+FROM eclipse-temurin:17.0.9_9-jdk-jammy
RUN apt-get update && apt-get install nkf
ADD https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 /usr/bin/yq
0 commit comments