Compare commits

..

2 Commits

Author SHA1 Message Date
Gabe Cook
4beb2e9913
Merge e5eb1cf5ef into f654fbf459 2024-10-29 01:31:20 -05:00
Gabe Cook
e5eb1cf5ef
Format comments with a gray foreground 2024-10-29 01:24:16 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.2 as builder
FROM golang:1.23.1 as builder
WORKDIR /go/src/mikefarah/yq

View File

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