We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d245c08 + b6ed4ca commit c3bf6e2Copy full SHA for c3bf6e2
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