Skip to content

Commit

Permalink
Update openjdk version: apparently alpine has a new openjdk and old v…
Browse files Browse the repository at this point in the history
…ersion is not usable anymore
  • Loading branch information
andreilitvin committed Feb 7, 2022
1 parent d7af12d commit 3202f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-zap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.14

RUN apk add --no-cache \
nodejs=14.18.1-r0 \
openjdk11=11.0.12_p7-r0 \
openjdk11=11.0.14_p9-r0 \
npm=7.17.0-r0 \
python3=3.9.5-r2 \
pixman-dev=0.40.0-r2 \
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.53 Version bump reason: Update ESP-IDF to v4.4 release
0.5.54 Version bump reason: Openjdk version update for zap image

0 comments on commit 3202f2e

Please sign in to comment.