Skip to content

Commit 3fc9616

Browse files
committedJan 31, 2025·
Fix: Rollback sals plugin to 0.25
1 parent b359a94 commit 3fc9616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# - use Alpine if you're strapped for space. But beware it uses MUSL LIBC, so unicode support might be an issue.
99
# - use Debian if you're interested in the greatest cross-platform compatibility. It is larger than Alpine, though.
10-
# - use Ubuntu if, well, Ubuntu is your thing and you're used to Ubuntu ecosystem.
10+
# - use Ubuntu if, well, Ubuntu is your thing and you're used to the buntu ecosystem.
1111
ARG BASE_IMAGE=debian:bookworm-slim
1212

1313
FROM ${BASE_IMAGE} AS build-scripts
@@ -32,7 +32,7 @@ FROM base AS sasl
3232

3333
ARG TARGETPLATFORM
3434
ARG SASL_XOAUTH2_REPO_URL=https://github.com/tarickb/sasl-xoauth2.git
35-
ARG SASL_XOAUTH2_GIT_REF=release-0.26
35+
ARG SASL_XOAUTH2_GIT_REF=release-0.25
3636

3737
# --mount=type=cache,target=/var/cache/apk,sharing=locked,id=var-cache-apk-$TARGETPLATFORM \
3838
# --mount=type=cache,target=/etc/apk/cache,sharing=locked,id=etc-apk-cache-$TARGETPLATFORM \

0 commit comments

Comments
 (0)
Please sign in to comment.