Skip to content

Commit c3bf6e2

Browse files
authored
Merge pull request #63 from GiganticMinecraft/renovate/eclipse-temurin-17.x
chore(deps): update eclipse-temurin docker tag
2 parents d245c08 + b6ed4ca commit c3bf6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)