Skip to content

Commit

Permalink
BAH-2557: Updating base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati Gogia authored and Swati Gogia committed Feb 13, 2023
1 parent bff83e9 commit 7e8eb8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- 'release-*'
- BAH-2557
tags:
- '[0-9]+.[0-9]+.[0-9]+'

Expand Down
3 changes: 2 additions & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM httpd:2.4-alpine
FROM amazoncorretto:8

RUN yum -y install unzip
ADD dist/implementer_interface.zip /etc/implementer-interface/
RUN unzip -d /usr/local/apache2/htdocs/implementer-interface /etc/implementer-interface/implementer_interface.zip
RUN rm -r /etc/implementer-interface

0 comments on commit 7e8eb8e

Please sign in to comment.