Skip to content

Commit

Permalink
chore(deps): bump archlinux in /archlinux
Browse files Browse the repository at this point in the history
Bumps archlinux from base-20240818.0.255804 to base-20240825.0.257728.

---
updated-dependencies:
- dependency-name: archlinux
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 6f1e448 commit 02263e7
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-20240818.0.255804 AS jre-build
FROM archlinux:base-20240825.0.257728 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-20240818.0.255804
FROM archlinux:base-20240825.0.257728

ARG user=jenkins
ARG group=jenkins
Expand Down

0 comments on commit 02263e7

Please sign in to comment.