Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile base image to alpine:3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranzke authored and msohn committed Jan 17, 2018
1 parent b65527e commit dbdb9eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.5
FROM alpine:3.7

RUN apk add --update bash curl

ADD ./rel/bin/aws-lb-readvertiser /aws-lb-readvertiser

WORKDIR /

ENTRYPOINT ["/aws-lb-readvertiser"]

0 comments on commit dbdb9eb

Please sign in to comment.