From 3fc96164b2c7e049bdd97b5528ce5733d977c0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= Date: Fri, 31 Jan 2025 07:31:59 +0100 Subject: [PATCH] Fix: Rollback sals plugin to 0.25 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c37b29..b1f52f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # # - use Alpine if you're strapped for space. But beware it uses MUSL LIBC, so unicode support might be an issue. # - use Debian if you're interested in the greatest cross-platform compatibility. It is larger than Alpine, though. -# - use Ubuntu if, well, Ubuntu is your thing and you're used to Ubuntu ecosystem. +# - use Ubuntu if, well, Ubuntu is your thing and you're used to the buntu ecosystem. ARG BASE_IMAGE=debian:bookworm-slim FROM ${BASE_IMAGE} AS build-scripts @@ -32,7 +32,7 @@ FROM base AS sasl ARG TARGETPLATFORM ARG SASL_XOAUTH2_REPO_URL=https://github.com/tarickb/sasl-xoauth2.git -ARG SASL_XOAUTH2_GIT_REF=release-0.26 +ARG SASL_XOAUTH2_GIT_REF=release-0.25 # --mount=type=cache,target=/var/cache/apk,sharing=locked,id=var-cache-apk-$TARGETPLATFORM \ # --mount=type=cache,target=/etc/apk/cache,sharing=locked,id=etc-apk-cache-$TARGETPLATFORM \