Skip to content

Commit

Permalink
pinned alpine base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanluc162 authored Jan 29, 2023
1 parent aac8f21 commit cc00337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest as builder
FROM alpine:3.17.1 as builder

ENV APP_HOME="/i2p"

Expand All @@ -12,7 +12,7 @@ RUN apk add --virtual build-base gettext tar bzip2 apache-ant openjdk17 \
&& rm -rf pkg-temp/osid pkg-temp/lib/wrapper pkg-temp/lib/wrapper.* \
&& apk del build-base gettext tar bzip2 apache-ant openjdk17

FROM alpine:latest
FROM alpine:3.17.1
ENV APP_HOME="/i2p"

RUN apk add openjdk17-jre ttf-dejavu
Expand Down

0 comments on commit cc00337

Please sign in to comment.