Compare commits

..

1 Commits

Author SHA1 Message Date
Romain Lebrun Thauront
4bf661e0bc
Merge fe82725be8 into 99e24956b3 2025-01-22 11:33:05 -08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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