Skip to content

Commit

Permalink
chore(deps): bump golang from 57dbdd5 to 97c3e1d (#4084)
Browse files Browse the repository at this point in the history
Bumps golang from `57dbdd5` to `97c3e1d`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2023
1 parent 5e3ae59 commit b5b3bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN make yarn
COPY ./ui/ ./ui/
RUN make build-ui

FROM golang:1.20.2-buster@sha256:57dbdd5c8fe24e357b15a4ed045b0b1607a99a1465b5101304ea39e11547be27 as build
FROM golang:1.20.2-buster@sha256:97c3e1d5d0b59e92e9e067c1e4192d452566b60512203bf885f568e8e364155a as build
WORKDIR /go/src/github.com/pomerium/pomerium

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Expand Up @@ -13,7 +13,7 @@ RUN make yarn
COPY ./ui/ ./ui/
RUN make build-ui

FROM golang:1.20.2-buster@sha256:57dbdd5c8fe24e357b15a4ed045b0b1607a99a1465b5101304ea39e11547be27 as build
FROM golang:1.20.2-buster@sha256:97c3e1d5d0b59e92e9e067c1e4192d452566b60512203bf885f568e8e364155a as build
WORKDIR /go/src/github.com/pomerium/pomerium

RUN apt-get update \
Expand Down

0 comments on commit b5b3bf2

Please sign in to comment.