Skip to content

Commit

Permalink
build(deps): bump golang from 1.20.4-bullseye to 1.23.1-bullseye
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.4-bullseye to 1.23.1-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 6, 2024
1 parent 0016f8f commit d9207ba
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,12 +1,12 @@
FROM golang:1.20.4-bullseye AS build-env
FROM golang:1.23.1-bullseye AS build-env

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

COPY . .

RUN make build

FROM golang:1.20.4-bullseye
FROM golang:1.23.1-bullseye

RUN apt-get update \
&& apt-get install ca-certificates jq=1.6-2.1 -y --no-install-recommends
Expand Down

0 comments on commit d9207ba

Please sign in to comment.