mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-25 09:05:54 +00:00
Bump golang from 1.23.5 to 1.24.0
Bumps golang from 1.23.5 to 1.24.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c34d3f7805
commit
e176ec649f
@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.5 AS builder
|
||||
FROM golang:1.24.0 AS builder
|
||||
|
||||
WORKDIR /go/src/mikefarah/yq
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.5
|
||||
FROM golang:1.24.0
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y npm && \
|
||||
|
Loading…
Reference in New Issue
Block a user