Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor(deps): update ghcr.io/dockhippie/golang docker tag to v1.23 #15

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21-amd64@sha256:e3e153f057124540fff86e5a7c09ae27c03462b284163c0daf42e4bc8254f1d4 AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:e288478f33526e604806da54b350c2752c5e13502f911d436a82a651c749d29e 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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:570673a6b5e4c498341d5a875f0324e37707ee4073742bdb214f40f4b59b9370 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:abfdaf21bb89f76aceb69fb50775c3b3512fdc81f886c3a692c9aa5c2139ea1e 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.21-arm64@sha256:f7c5f1f7b076844bcf5d03b8086362dd0118c0f8b0615e26b332af5e15c7d30e AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:3484017a72c1a72046b2e6f64efa5b486a07cfbdaed39a9974670aeb504553f4 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.21-amd64@sha256:e3e153f057124540fff86e5a7c09ae27c03462b284163c0daf42e4bc8254f1d4 AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:e288478f33526e604806da54b350c2752c5e13502f911d436a82a651c749d29e 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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:570673a6b5e4c498341d5a875f0324e37707ee4073742bdb214f40f4b59b9370 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:abfdaf21bb89f76aceb69fb50775c3b3512fdc81f886c3a692c9aa5c2139ea1e 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.21-arm64@sha256:f7c5f1f7b076844bcf5d03b8086362dd0118c0f8b0615e26b332af5e15c7d30e AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:3484017a72c1a72046b2e6f64efa5b486a07cfbdaed39a9974670aeb504553f4 AS build

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