We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8c536 commit 15f8eaeCopy full SHA for 15f8eae
1 file changed
Dockerfile
@@ -37,7 +37,7 @@ RUN SQUID_MAJOR_VERSION="${SQUID_VERSION%%.*}" && \
37
SQUID_REST="${SQUID_VERSION#${SQUID_MAJOR_VERSION}}" && \
38
SQUID_REST="${SQUID_REST#.}" && \
39
IFS='.' read -r SQUID_MINOR_VERSION SQUID_PATCH_VERSION _extra <<< "$SQUID_REST" && \
40
- PATCH_BASE_DIR="/src/patch/v${SQUID_MAJOR_VERSION}" && \
+ PATCH_BASE_DIR="/src/patch/${SQUID_MAJOR_VERSION}" && \
41
if [[ -d "$PATCH_BASE_DIR" ]]; then \
42
echo "Searching patches under $PATCH_BASE_DIR" && \
43
shopt -s nullglob && \
0 commit comments