mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-09 16:09:07 +00:00
Compare commits
2 Commits
4bf661e0bc
...
eab2f0e0c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eab2f0e0c3 | ||
|
|
c34d3f7805 |
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.4 AS builder
|
FROM golang:1.23.5 AS builder
|
||||||
|
|
||||||
WORKDIR /go/src/mikefarah/yq
|
WORKDIR /go/src/mikefarah/yq
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.4
|
FROM golang:1.23.5
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y npm && \
|
apt-get install -y npm && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user