Skip to content

Commit

Permalink
build(deps): bump golang from 1.19.3-bullseye to 1.23.2-bullseye
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.3-bullseye to 1.23.2-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] authored Oct 2, 2024
1 parent 5e6431a commit de42771
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.23.2-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.3-bullseye
FROM golang:1.23.2-bullseye

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

0 comments on commit de42771

Please sign in to comment.