Skip to content

Commit

Permalink
Updates for Foswiki 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Aug 6, 2023
1 parent 7da6e40 commit b632449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM alpine:edge

ENV PERL_MM_USE_DEFAULT 1

ENV FOSWIKI_LATEST_URL https://github.com/foswiki/distro/releases/download/FoswikiRelease02x01x07/Foswiki-2.1.7.tgz
ENV FOSWIKI_LATEST_URL https://github.com/foswiki/distro/releases/download/FoswikiRelease02x01x08/Foswiki-2.1.8.tgz

ENV FOSWIKI_LATEST_SHA1 cacdd16cbb8ce31306aeb8db47ba6d7c792d7132
ENV FOSWIKI_LATEST_SHA1 7b10773a9e54ce1580d3f98e7162d972fc2a761b

ENV FOSWIKI_LATEST Foswiki-2.1.7
ENV FOSWIKI_LATEST Foswiki-2.1.8

RUN rm -rf /var/cache/apk/* && \
rm -rf /tmp/* && \
Expand Down

0 comments on commit b632449

Please sign in to comment.