Skip to content

Commit

Permalink
Upgraded to Debian buster and Apache 2.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-wramner committed Aug 22, 2019
1 parent 3edbf0d commit e52af8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM debian:stretch-slim
FROM debian:buster-slim
LABEL name="httpd-svn" \
description="Apache httpd with Subversion" \
maintainer="[email protected]" \
version="2.4.39-1.12.2-01"
version="2.4.41-1.12.2-01"

ENV HTTPD_VERSION 2.4.39
ENV HTTPD_SHA256 b4ca9d05773aa59b54d66cd8f4744b945289f084d3be17d7981d1783a5decfa2
ENV HTTPD_VERSION 2.4.41
ENV HTTPD_SHA256 133d48298fe5315ae9366a0ec66282fa4040efa5d566174481077ade7d18ea40
ENV SVN_VERSION 1.12.2
ENV SVN_SHA512 b1f859b460afa54598778d8633f648acb4fa46138f7d6f0c1451e3c6a1de71df859233cd9ac7f19f0f20d7237ed3988f0a38da7552ffa58391e19d957bc7c136
ENV HTTPD_PREFIX /usr/local/apache2
Expand Down

0 comments on commit e52af8d

Please sign in to comment.