Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.22 AS build
FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine3.22 AS build

RUN apk add --no-cache make git

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ You can pass in the following arguments to override the predefined defaults:
Please check [hub.docker.com](https://hub.docker.com/_/golang/tags?page=1&name=alpine) for possible version combinations.

```bash
podman build -t ocm --build-arg GO_VERSION=1.25.4 --build-arg ALPINE_VERSION=3.21 --build-arg GO_PROXY=https://proxy.golang.org .
podman build -t ocm --build-arg GO_VERSION=1.25.5 --build-arg ALPINE_VERSION=3.21 --build-arg GO_PROXY=https://proxy.golang.org .
```

### Chocolatey
Expand Down
2 changes: 1 addition & 1 deletion components/helminstaller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.25.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder
ARG COMMIT EFFECTIVE_VERSION GIT_TREE_STATE
ARG TARGETOS TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ocm.software/ocm

go 1.25.4
go 1.25.5

require (
dario.cat/mergo v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion hack/brew/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ocm.software/ocm/hack/brew

go 1.25.4
go 1.25.5
Loading