Skip to content

Commit

Permalink
chore(deps): update docker digests (#28)
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 6, 2024
1 parent ab91119 commit 080e593
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:29f4328c54f3637dc95c221cb2990ad871d60217100db78e28b51342a89ee01a AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:e8f35d8d1e314b848ac039033334b90e59b8b373f4381714b7a7c35385ffa31a 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:8473376327ece76c2b8eb0b2f0756022eab7b40c7a226532349419e72decdaa5 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:cb78cb09b96c66f4ad4c05ab1551b7f7d2e0e9627454773cc44ef372299aa24d 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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:29f4328c54f3637dc95c221cb2990ad871d60217100db78e28b51342a89ee01a AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:e8f35d8d1e314b848ac039033334b90e59b8b373f4381714b7a7c35385ffa31a 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:8473376327ece76c2b8eb0b2f0756022eab7b40c7a226532349419e72decdaa5 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:cb78cb09b96c66f4ad4c05ab1551b7f7d2e0e9627454773cc44ef372299aa24d AS build

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

0 comments on commit 080e593

Please sign in to comment.