Skip to content

Commit

Permalink
build(deps): bump golang from 1.19.0-bullseye to 1.19.1-bullseye (evm…
Browse files Browse the repository at this point in the history
…os#885)

Bumps golang from 1.19.0-bullseye to 1.19.1-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Burckhardt <[email protected]>
  • Loading branch information
dependabot[bot] and danburck authored Sep 12, 2022
1 parent d50361d commit a6a7110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.0-bullseye AS build-env
FROM golang:1.19.1-bullseye AS build-env

WORKDIR /go/src/github.com/evmos/evmos

Expand All @@ -9,7 +9,7 @@ COPY . .

RUN make build

FROM golang:1.19.0-bullseye
FROM golang:1.19.1-bullseye

RUN apt-get update -y
RUN apt-get install ca-certificates jq -y
Expand Down

0 comments on commit a6a7110

Please sign in to comment.