Skip to content

Commit b6ed4ca

Browse files
chore(deps): update eclipse-temurin docker tag
1 parent d245c08 commit b6ed4ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

seichiassist-builder-v2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.13_11-jdk-focal
1+
FROM eclipse-temurin:17.0.14_7-jdk-focal
22

33
# sbt をインストールする (https://www.scala-sbt.org/1.x/docs/ja/Installing-sbt-on-Linux.html)
44
RUN apt-get update && apt-get install -y apt-transport-https curl gnupg

seichiassist-runner-v2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mikefarah/yq:4.45.1 as yq
2-
FROM eclipse-temurin:17.0.13_11-jdk-jammy
2+
FROM eclipse-temurin:17.0.14_7-jdk-jammy
33

44
RUN apt-get update && apt-get install nkf \
55
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)