chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini

Bumps golang from 1.21.6 to 1.22.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-08 13:27:23 +00:00
committed by GitHub
parent ccf713c104
commit 3b0439a45f

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.6
FROM golang:1.22.0
ADD . /go/src/github.com/dokku/apps/web
WORKDIR /go/src/github.com/dokku/apps/web