Skip to content

Commit 4453834

Browse files
Swati GogiaSwati Gogia
Swati Gogia
authored and
Swati Gogia
committed
BAH-2557: Updating base docker image
1 parent bff83e9 commit 4453834

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/workflows/build_publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- 'release-*'
7+
- BAH-2557
78
tags:
89
- '[0-9]+.[0-9]+.[0-9]+'
910

Diff for: package/docker/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
FROM httpd:2.4-alpine
1+
FROM amazoncorretto:8
22

3+
RUN which apk
4+
RUN apk add --update unzip
35
ADD dist/implementer_interface.zip /etc/implementer-interface/
46
RUN unzip -d /usr/local/apache2/htdocs/implementer-interface /etc/implementer-interface/implementer_interface.zip
57
RUN rm -r /etc/implementer-interface

0 commit comments

Comments
 (0)