Compare commits

..

1 Commits

Author SHA1 Message Date
Josh McCullough
445351f730
Merge 73450d5eba into 16e4df2304 2026-03-13 09:37:37 -04:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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