Skip to content

Commit

Permalink
Fix: Rollback sals plugin to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Jan 31, 2025
1 parent b359a94 commit 3fc9616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 3fc9616

Please sign in to comment.