Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump golang from 1.19.3-bullseye to 1.21.4-bullseye
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.3-bullseye to 1.21.4-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 8, 2023
1 parent 5e6431a commit 4a0796e
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.3-bullseye AS build-env
FROM golang:1.21.4-bullseye AS build-env

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

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

RUN make build

FROM golang:1.19.3-bullseye
FROM golang:1.21.4-bullseye

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

0 comments on commit 4a0796e

Please sign in to comment.