Skip to content

Commit

Permalink
fix: Use httpd:alpine image in galasactl-executables dockerfile (#309)
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Nov 27, 2024
1 parent 91982fe commit a0a0ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile.galasactl-executables
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:2.4.59
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:alpine

RUN rm -v /usr/local/apache2/htdocs/*
COPY dockerfiles/httpdconf/base-httpd.conf /usr/local/apache2/conf/httpd.conf
Expand Down

0 comments on commit a0a0ee3

Please sign in to comment.