From 042709fd6c3d3af62916ba14b9ab17a45a4ee0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 14 Sep 2023 19:50:35 +0200 Subject: [PATCH] Dockerfile: update image to "main" This is compatible with the latest main, since 45 has not been released yet. --- .github/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index a95625f..119df31 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/distroless/alpine-base:latest -ENV BRANCH=gnome-43 +ENV BRANCH=main # distroless/alpine-base only has main by default RUN echo "" >> /etc/apk/repositories \ && echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories