Skip to content

Commit

Permalink
Update OS images (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Mar 1, 2022
1 parent d636967 commit 725f72b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN jlink \
--compress=2 \
--output /javaruntime

FROM debian:bullseye-20220125
FROM debian:bullseye-20220228

ARG VERSION=4.12
ARG user=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 17/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN jlink \
--compress=2 \
--output /javaruntime

FROM debian:bullseye
FROM debian:bullseye-20220228

ARG VERSION=4.12
ARG user=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 8/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM eclipse-temurin:8u322-b06-jdk-focal AS jre-build

FROM debian:bullseye-20220125
FROM debian:bullseye-20220228

ARG VERSION=4.12
ARG user=jenkins
Expand Down

0 comments on commit 725f72b

Please sign in to comment.