Skip to content

Commit

Permalink
Merge pull request #29 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
inductor authored Aug 8, 2023
2 parents aae05d0 + 175851a commit c7dbbbc
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.7_7-jdk-focal
FROM eclipse-temurin:17.0.8_7-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,4 +1,4 @@
FROM eclipse-temurin:17.0.7_7-jdk-jammy
FROM eclipse-temurin:17.0.8_7-jdk-jammy

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

0 comments on commit c7dbbbc

Please sign in to comment.