Skip to content

Commit 1111c4a

Browse files
deps(patch): update docker digests (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0aea38 commit 1111c4a

47 files changed

Lines changed: 94 additions & 94 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

latest/Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:21-amd64@sha256:edd418f47009ddba47113605d01e92c1a9f545d0bdaebf8fc82528ff2d898f75 AS build
1+
FROM ghcr.io/dockhippie/temurin:21-amd64@sha256:4725e00d10d77aea30aabcf96fbbf6c394c5d914a79572384e0f55ae82295d0e AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:21-amd64@sha256:edd418f47009ddba47113605d01e92c1a9f545d0bdaebf8fc82528ff2d898f75
8+
FROM ghcr.io/dockhippie/temurin:21-amd64@sha256:4725e00d10d77aea30aabcf96fbbf6c394c5d914a79572384e0f55ae82295d0e
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

latest/Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:21-arm64@sha256:34fa3ba1381bfd40008ae4a8935b2f765fa5e81bdbc449fee0776d2d0a2a62e9 AS build
1+
FROM ghcr.io/dockhippie/temurin:21-arm64@sha256:74029250d2016c89790d86dde0fe325420dfebaed5ec989f91ea3be70fa704fb AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:21-arm64@sha256:34fa3ba1381bfd40008ae4a8935b2f765fa5e81bdbc449fee0776d2d0a2a62e9
8+
FROM ghcr.io/dockhippie/temurin:21-arm64@sha256:74029250d2016c89790d86dde0fe325420dfebaed5ec989f91ea3be70fa704fb
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.1/Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:5c97f70a4c1e4d7899d434f91a0e9bfd1eaa4a18ea9d32df12241e58f5ca6cbc AS build
1+
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:a91efa2f665a94980fcaed45dbf7eb7d0ecdc04f01aa0b5b94fb2e6e060817cb AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:5c97f70a4c1e4d7899d434f91a0e9bfd1eaa4a18ea9d32df12241e58f5ca6cbc
8+
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:a91efa2f665a94980fcaed45dbf7eb7d0ecdc04f01aa0b5b94fb2e6e060817cb
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.1/Dockerfile.arm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:65d0ccecb8435cbde150dab4b34d6d0bbfeae66968bf570b82329a5031f70c60 AS build
1+
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:1dec6e349a62bdbf90a0f77f873d3c8f143097f95b5732abe928981b0a4b6a42 AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:65d0ccecb8435cbde150dab4b34d6d0bbfeae66968bf570b82329a5031f70c60
8+
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:1dec6e349a62bdbf90a0f77f873d3c8f143097f95b5732abe928981b0a4b6a42
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.1/Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:1688dcb878eec09581f4fb8e1ca1a88100cf131a0de517b156bf26a140f8fa8c AS build
1+
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:35843eb37c35282b2d57bba70a711e11a7888d93b0aef805ae0551ae0d2ca67c AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:1688dcb878eec09581f4fb8e1ca1a88100cf131a0de517b156bf26a140f8fa8c
8+
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:35843eb37c35282b2d57bba70a711e11a7888d93b0aef805ae0551ae0d2ca67c
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.2/Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:5c97f70a4c1e4d7899d434f91a0e9bfd1eaa4a18ea9d32df12241e58f5ca6cbc AS build
1+
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:a91efa2f665a94980fcaed45dbf7eb7d0ecdc04f01aa0b5b94fb2e6e060817cb AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:5c97f70a4c1e4d7899d434f91a0e9bfd1eaa4a18ea9d32df12241e58f5ca6cbc
8+
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:a91efa2f665a94980fcaed45dbf7eb7d0ecdc04f01aa0b5b94fb2e6e060817cb
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.2/Dockerfile.arm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:65d0ccecb8435cbde150dab4b34d6d0bbfeae66968bf570b82329a5031f70c60 AS build
1+
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:1dec6e349a62bdbf90a0f77f873d3c8f143097f95b5732abe928981b0a4b6a42 AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:65d0ccecb8435cbde150dab4b34d6d0bbfeae66968bf570b82329a5031f70c60
8+
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:1dec6e349a62bdbf90a0f77f873d3c8f143097f95b5732abe928981b0a4b6a42
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.2/Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:1688dcb878eec09581f4fb8e1ca1a88100cf131a0de517b156bf26a140f8fa8c AS build
1+
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:35843eb37c35282b2d57bba70a711e11a7888d93b0aef805ae0551ae0d2ca67c AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_arm64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:1688dcb878eec09581f4fb8e1ca1a88100cf131a0de517b156bf26a140f8fa8c
8+
FROM ghcr.io/dockhippie/temurin:18-arm64@sha256:35843eb37c35282b2d57bba70a711e11a7888d93b0aef805ae0551ae0d2ca67c
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.3/Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:5c97f70a4c1e4d7899d434f91a0e9bfd1eaa4a18ea9d32df12241e58f5ca6cbc AS build
1+
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:a91efa2f665a94980fcaed45dbf7eb7d0ecdc04f01aa0b5b94fb2e6e060817cb AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_amd64.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:5c97f70a4c1e4d7899d434f91a0e9bfd1eaa4a18ea9d32df12241e58f5ca6cbc
8+
FROM ghcr.io/dockhippie/temurin:18-amd64@sha256:a91efa2f665a94980fcaed45dbf7eb7d0ecdc04f01aa0b5b94fb2e6e060817cb
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

v1.20.3/Dockerfile.arm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:65d0ccecb8435cbde150dab4b34d6d0bbfeae66968bf570b82329a5031f70c60 AS build
1+
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:1dec6e349a62bdbf90a0f77f873d3c8f143097f95b5732abe928981b0a4b6a42 AS build
22

33
# renovate: datasource=github-releases depName=itzg/rcon-cli
44
ENV RCONCLI_VERSION=1.4.8
55

66
RUN curl -sSLo - "https://github.com/itzg/rcon-cli/releases/download/${RCONCLI_VERSION}/rcon-cli_${RCONCLI_VERSION}_linux_armv6.tar.gz" | tar -xvz -C /tmp
77

8-
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:65d0ccecb8435cbde150dab4b34d6d0bbfeae66968bf570b82329a5031f70c60
8+
FROM ghcr.io/dockhippie/temurin:18-arm@sha256:1dec6e349a62bdbf90a0f77f873d3c8f143097f95b5732abe928981b0a4b6a42
99

1010
VOLUME ["/var/lib/minecraft", "/etc/minecraft/override"]
1111
EXPOSE 25565 25575

0 commit comments

Comments
 (0)