Skip to content

Commit

Permalink
chore(deps): update docker digests (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 8b75492 commit a8da57b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:f7deb84f961ad03529858ae3211c64808e2da24c5911b5926ff1856ee22c7cca AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:4e1da5e4bbd7279d0f1b70be9f582185f09cdf330c6607d24374a109c1f150bd AS build

RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \
cd /srv/app/src && \
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:90c89502477682ab99ebc5baa4aed76df16558df0b04490dcef81f470237523b AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:8473376327ece76c2b8eb0b2f0756022eab7b40c7a226532349419e72decdaa5 AS build

RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \
cd /srv/app/src && \
Expand Down
2 changes: 1 addition & 1 deletion v0.9/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:f7deb84f961ad03529858ae3211c64808e2da24c5911b5926ff1856ee22c7cca AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:4e1da5e4bbd7279d0f1b70be9f582185f09cdf330c6607d24374a109c1f150bd AS build

# renovate: datasource=github-tags depName=vulcand/vulcand
ENV VULCAND_VERSION=v0.9.2
Expand Down
2 changes: 1 addition & 1 deletion v0.9/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:90c89502477682ab99ebc5baa4aed76df16558df0b04490dcef81f470237523b AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:8473376327ece76c2b8eb0b2f0756022eab7b40c7a226532349419e72decdaa5 AS build

# renovate: datasource=github-tags depName=vulcand/vulcand
ENV VULCAND_VERSION=v0.9.2
Expand Down

0 comments on commit a8da57b

Please sign in to comment.