Skip to content

Commit

Permalink
feat(perltidy): update dependency perltidy to v20230701.04
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 28, 2025
1 parent b138b6d commit e19c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perltidy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM perl:5 AS builder
RUN mkdir -p build
ENV PERLTIDY_TAG 20230701
ENV PERLTIDY_TAG 20230701.04
ENV PERLTIDY_SRC https://github.com/perltidy/perltidy/archive/refs/tags/${PERLTIDY_TAG}.tar.gz
RUN \
bash -c 'set -o pipefail; curl -L "$PERLTIDY_SRC" | tar xzf - -C /tmp' && \
Expand Down

0 comments on commit e19c4ca

Please sign in to comment.