This commit is contained in:
dependabot[bot] 2025-09-19 22:33:46 +02:00 committed by GitHub
commit 9206ba57e1
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.25.0 AS builder
FROM golang:1.25.1 AS builder
WORKDIR /go/src/mikefarah/yq

View File

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