Skip to content

Commit

Permalink
Merge pull request #216 from jenkinsci/dependabot/docker/11/alpine/ma…
Browse files Browse the repository at this point in the history
…ster/alpine-3.15.0

Bump alpine from 3.14.3 to 3.15.0 in /11/alpine
  • Loading branch information
MarkEWaite committed Dec 6, 2021
2 parents 92702ac + 733e552 commit 36617dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM alpine:3.14.3 as jre-build
FROM alpine:3.15.0 as jre-build

RUN apk add --update --no-cache openjdk11-jdk openjdk11-jmods

Expand All @@ -36,7 +36,7 @@ RUN jlink \
--compress=2 \
--output /javaruntime

FROM alpine:3.14.3
FROM alpine:3.15.0

ARG VERSION=4.11.2
ARG user=jenkins
Expand Down

0 comments on commit 36617dd

Please sign in to comment.