chore(deps): update golang docker tag (#2396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-08 17:01:26 +02:00 committed by GitHub
parent 0a2aa3fb2d
commit 4a7203f097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@ when:
event: tag event: tag
variables: variables:
- &golang_image 'golang:1.20.2' - &golang_image 'golang:1.21.1'
- &node_image 'node:18-alpine' - &node_image 'node:18-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.20.2' - &xgo_image 'techknowlogick/xgo:go-1.20.2'
- &xgo_version 'go-1.20.2' - &xgo_version 'go-1.20.2'

View file

@ -10,7 +10,7 @@ depends_on:
- web - web
variables: variables:
- &golang_image 'golang:1.20.2' - &golang_image 'golang:1.21.1'
- &node_image 'node:18-alpine' - &node_image 'node:18-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.20.2' - &xgo_image 'techknowlogick/xgo:go-1.20.2'
- &xgo_version 'go-1.20.2' - &xgo_version 'go-1.20.2'

View file

@ -14,7 +14,7 @@ when:
event: cron event: cron
variables: variables:
- &golang_image 'golang:1.20.2' - &golang_image 'golang:1.21.1'
- &node_image 'node:18-alpine' - &node_image 'node:18-alpine'
steps: steps:

View file

@ -6,7 +6,7 @@ when:
- release/* - release/*
variables: variables:
- &golang_image 'golang:1.20.2' - &golang_image 'golang:1.21.1'
- &when - &when
- path: &when_path - path: &when_path
# related config files # related config files

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20 AS build FROM --platform=$BUILDPLATFORM golang:1.21 AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20 AS build FROM --platform=$BUILDPLATFORM golang:1.21 AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20 AS build FROM --platform=$BUILDPLATFORM golang:1.21 AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20 AS build FROM --platform=$BUILDPLATFORM golang:1.21 AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .

View file

@ -1,5 +1,5 @@
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local . # docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
FROM golang:1.20-alpine as golang_image FROM golang:1.21-alpine as golang_image
FROM node:18-alpine FROM node:18-alpine
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \ RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20 AS certs FROM --platform=$BUILDPLATFORM golang:1.21 AS certs
FROM scratch FROM scratch
ARG TARGETOS TARGETARCH ARG TARGETOS TARGETARCH