There was an error while loading. Please reload this page.
1 parent d245c08 commit b6ed4caCopy full SHA for b6ed4ca
2 files changed
seichiassist-builder-v2/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17.0.13_11-jdk-focal
+FROM eclipse-temurin:17.0.14_7-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
@@ -1,5 +1,5 @@
FROM mikefarah/yq:4.45.1 as yq
-FROM eclipse-temurin:17.0.13_11-jdk-jammy
+FROM eclipse-temurin:17.0.14_7-jdk-jammy
RUN apt-get update && apt-get install nkf \
5
&& rm -rf /var/lib/apt/lists/*
0 commit comments