Skip to content

Commit ff9e726

Browse files
authored
Merge pull request #40 from GiganticMinecraft/renovate/eclipse-temurin-17.x
chore(deps): update eclipse-temurin docker tag
2 parents 592470d + 2e9b1e2 commit ff9e726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seichiassist-builder-v2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.8_7-jdk-focal
1+
FROM eclipse-temurin:17.0.9_9-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.8_7-jdk-jammy
1+
FROM eclipse-temurin:17.0.9_9-jdk-jammy
22

33
RUN apt-get update && apt-get install nkf
44
ADD https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 /usr/bin/yq

0 commit comments

Comments
 (0)