Skip to content

Commit

Permalink
fixed alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutt committed Aug 10, 2021
1 parent a9080a1 commit 8ff3ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:alpine
FROM httpd:3.12.4-alpine

# These variables are inherited from the httpd:alpine image:
# ENV HTTPD_PREFIX /usr/local/apache2
Expand Down

1 comment on commit 8ff3ba9

@mgutt
Copy link
Owner Author

@mgutt mgutt commented on 8ff3ba9 Aug 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.12.4-alpine was not available. See this commit:
5716d42

Please sign in to comment.