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

Bump garm revision #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions github/azure-self-hosted-runners/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.20.4 AS builder
FROM golang:1.21.7-bookworm AS builder

ARG GARM_REV=fdfcc61
ARG GARM_PROVIDER_AZURE_REV=2f9b248
ARG GARM_REV=f68cf98
ARG GARM_PROVIDER_AZURE_REV=278e136

RUN mkdir /src /build
RUN git clone https://github.com/cloudbase/garm.git /src/garm
Expand All @@ -16,7 +16,7 @@ WORKDIR /src/garm-provider-azure
RUN git checkout ${GARM_PROVIDER_AZURE_REV}
RUN go build -o /build/garm-provider-azure

FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand Down