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