chore(deps): bump golang from d021495 to 7d989d4

Bumps golang from `d021495` to `7d989d4`.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-01 16:01:44 +00:00 committed by GitHub
parent 6511440c2f
commit cd4d96ff02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ RUN make yarn
COPY ./ui/ ./ui/
RUN make build-ui
FROM golang:1.21.3-bookworm@sha256:d0214956a9c50c300e430c1f6c0a820007ace238e5242c53762e61b344659e05 as build
FROM golang:1.21.3-bookworm@sha256:7d989d482742f3cba0b918315e31d5445810b2afcd564a9632efc9bb8816db66 as build
WORKDIR /go/src/github.com/pomerium/pomerium
RUN apt-get update \

View file

@ -13,7 +13,7 @@ RUN make yarn
COPY ./ui/ ./ui/
RUN make build-ui
FROM golang:1.21.3-bookworm@sha256:d0214956a9c50c300e430c1f6c0a820007ace238e5242c53762e61b344659e05 as build
FROM golang:1.21.3-bookworm@sha256:7d989d482742f3cba0b918315e31d5445810b2afcd564a9632efc9bb8816db66 as build
WORKDIR /go/src/github.com/pomerium/pomerium
RUN apt-get update \