Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions alpine-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM smebberson/alpine-base:2.0.0
FROM smebberson/alpine-base:3.2.0
MAINTAINER Scott Mebberson <scott@scottmebberson.com>

# Install apache
RUN apk add --no-cache apache2=2.4.23-r1 apache2-utils=2.4.23-r1

RUN mkdir -p /run/apache2/
RUN apk add --no-cache apache2=2.4.27-r0 apache2-utils=2.4.27-r0

# Add the files
ADD root /
Expand Down