Skip to content

Commit

Permalink
Merge pull request #47 from GiganticMinecraft/renovate/eclipse-temuri…
Browse files Browse the repository at this point in the history
…n-17.x

chore(deps): update eclipse-temurin docker tag
  • Loading branch information
outductor authored May 15, 2024
2 parents 7bbb576 + 3a070ee commit 48210c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seichiassist-builder-v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.10_7-jdk-focal
FROM eclipse-temurin:17.0.11_9-jdk-focal

# sbt をインストールする (https://www.scala-sbt.org/1.x/docs/ja/Installing-sbt-on-Linux.html)
RUN apt-get update && apt-get install -y apt-transport-https curl gnupg
Expand Down
2 changes: 1 addition & 1 deletion seichiassist-runner-v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mikefarah/yq:4.44.1 as yq
FROM eclipse-temurin:17.0.10_7-jdk-jammy
FROM eclipse-temurin:17.0.11_9-jdk-jammy

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

0 comments on commit 48210c0

Please sign in to comment.