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 (#14842)

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Feb 15, 2022
1 parent 4160b4e commit d7ea4cf
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 d7ea4cf

Please sign in to comment.