Skip to content

Commit

Permalink
chore(deps): update docker.io/golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 1257d8c commit e664c9f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
event: tag

variables:
- &golang_image 'docker.io/golang:1.21.6'
- &golang_image 'docker.io/golang:1.22.0'
- &node_image 'docker.io/node:21-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.21.6'
- &xgo_version 'go-1.21.2'
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ when:
- renovate/*

variables:
- &golang_image 'docker.io/golang:1.21.6'
- &golang_image 'docker.io/golang:1.22.0'
- &node_image 'docker.io/node:21-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.21.6'
- &xgo_version 'go-1.21.2'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.agent.alpine.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 AS build

WORKDIR /src
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.agent.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 AS build

WORKDIR /src
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli.alpine.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 AS build

WORKDIR /src
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 AS build

WORKDIR /src
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
FROM docker.io/golang:1.21-alpine3.18 as golang_image
FROM docker.io/golang:1.22-alpine3.18 as golang_image
FROM docker.io/node:21-alpine3.18

# renovate: datasource=repology depName=alpine_3_18/make versioning=loose
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.server.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS certs
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 AS certs

FROM scratch
ARG TARGETOS TARGETARCH
Expand Down

0 comments on commit e664c9f

Please sign in to comment.