Skip to content

Commit

Permalink
Bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18 in /images
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Feb 7, 2024
1 parent 1da5025 commit 380e3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/api.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine3.18 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.18 AS builder

WORKDIR /go/src/github.com/tektoncd/hub
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion images/db.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.6-alpine3.18 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.18 AS builder

WORKDIR /go/src/github.com/tektoncd/hub
COPY . .
Expand Down

0 comments on commit 380e3ed

Please sign in to comment.