Skip to content

Commit

Permalink
update to alpine 3.19 (#4210)
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 committed Jan 11, 2024
2 parents 9d04a0f + 5f397b8 commit e780c8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21.5
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19
ARG XX_VERSION=1.2.1

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/docs.Dockerfile
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21.5
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19

FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
RUN apk add --no-cache git
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/git.Dockerfile
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.12
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19

FROM alpine:${ALPINE_VERSION} AS base
RUN apk add --no-cache git gpg
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/lint.Dockerfile
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.12
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19
ARG GOLANGCI_LINT_VERSION=v1.55.2
ARG BUILDTAGS=""

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vendor.Dockerfile
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.12
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19
ARG MODOUTDATED_VERSION=v0.8.0

FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
Expand Down

0 comments on commit e780c8b

Please sign in to comment.