Skip to content

Commit

Permalink
Merge pull request #856 from jenkinsci/dependabot/docker/archlinux/ma…
Browse files Browse the repository at this point in the history
…ster/archlinux-base-20240804.0.251467

chore(deps): bump archlinux from base-20240728.0.249973 to base-20240804.0.251467 in /archlinux
  • Loading branch information
dduportal committed Aug 12, 2024
2 parents a3201e0 + e3332c9 commit 45445ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archlinux/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 archlinux:base-20240728.0.249973 AS jre-build
FROM archlinux:base-20240804.0.251467 AS jre-build

# This Build ARG is populated by Docker
# Ref. https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN jlink \
--compress=2 \
--output /javaruntime

FROM archlinux:base-20240728.0.249973
FROM archlinux:base-20240804.0.251467

ARG user=jenkins
ARG group=jenkins
Expand Down

0 comments on commit 45445ae

Please sign in to comment.