Skip to content

Commit 05fbe8c

Browse files
committed
Merge branch 'release/8.5.9'
2 parents 5028d45 + 15b6fd2 commit 05fbe8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.5
22

33
# Environment Variables
44
ARG LIBVIPS_VERSION_MAJOR_MINOR=8.5
5-
ARG LIBVIPS_VERSION_PATCH=6
5+
ARG LIBVIPS_VERSION_PATCH=9
66
ARG MOZJPEG_VERSION="v3.2"
77

88
# Install dependencies
@@ -43,4 +43,3 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.5/community" >> /etc/apk/repos
4343
rm -rf /tmp/mozjpeg && \
4444
apk del --purge .build-dependencies && \
4545
rm -rf /var/cache/apk/*
46-

0 commit comments

Comments
 (0)