This commit is contained in:
dependabot[bot] 2025-09-01 10:53:31 +02:00 committed by GitHub
commit 6f40b3308a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.24.5 AS builder
FROM golang:1.25.0 AS builder
WORKDIR /go/src/mikefarah/yq

View File

@ -1,4 +1,4 @@
FROM golang:1.24.5
FROM golang:1.25.0
RUN apt-get update && \
apt-get install -y npm && \