Skip to content

Commit

Permalink
minor(deps): update webhippie/golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 1df398e commit 9b7af31
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.21-amd64 as build
FROM webhippie/golang:1.23-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down
2 changes: 1 addition & 1 deletion v1.10/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.21-amd64 as build
FROM webhippie/golang:1.23-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down
2 changes: 1 addition & 1 deletion v1.11/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.21-amd64 as build
FROM webhippie/golang:1.23-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down
2 changes: 1 addition & 1 deletion v1.12/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.21-amd64 as build
FROM webhippie/golang:1.23-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down
2 changes: 1 addition & 1 deletion v1.8/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.21-amd64 as build
FROM webhippie/golang:1.23-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down
2 changes: 1 addition & 1 deletion v1.9/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webhippie/golang:1.21-amd64 as build
FROM webhippie/golang:1.23-amd64 as build

ENV GITEA_PATH code.gitea.io/gitea
ENV GITEA_REPO https://github.com/go-gitea/gitea.git
Expand Down

0 comments on commit 9b7af31

Please sign in to comment.