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,7 +1,7 @@
# syntax=docker/dockerfile:1@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32
# check=error=true

FROM --platform=$BUILDPLATFORM golang:1.27.0-trixie@sha256:6212da3924947f4b6a939df02ea627c13f338f1a41d6c3fcb0dd9d076eef46c4 AS build
FROM --platform=$BUILDPLATFORM golang:1.27.1-trixie@sha256:137ca8442e368f5f5bb4d4f84d8cc1f6c2d898edf8a380459eb407f89d149b0d AS build

ARG TARGETOS TARGETARCH
ARG VERSION=dev
Expand Down
2 changes: 1 addition & 1 deletion cmd/dockerflagsgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// main.go.
module github.com/bare-devcontainer/decolint/cmd/dockerflagsgen

go 1.27.0
go 1.27.1

require (
github.com/bare-devcontainer/decolint v0.0.0-00010101000000-000000000000
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 github.com/bare-devcontainer/decolint

go 1.27.0
go 1.27.1

require (
github.com/compose-spec/compose-go/v2 v2.14.0
Expand Down