Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Jan 5, 2024
1 parent a3cc56b commit ad87ba2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.cosmwasm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM golang:1.18-alpine AS builder
FROM golang:1.19-alpine AS builder
RUN apk update && apk add --no-cache make git
WORKDIR /go/src/github.com/forbole/bdjuno
COPY . ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.default
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine AS builder
FROM golang:1.19-alpine AS builder
RUN apk update && apk add --no-cache make git
WORKDIR /go/src/github.com/forbole/bdjuno
COPY . ./
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/cometbft/cometbft v0.38.2
github.com/cosmos/cosmos-sdk v0.46.13
github.com/forbole/juno/v5 v5.0.0-20240102102059-0f91fef36cd5
// v4.1.1-0.20230523054250-61a89d3e8082 // branch cosmos/v0.46.x-cometbft
github.com/gitopia/gitopia/v3 v3.3.0
github.com/go-co-op/gocron v1.27.1
github.com/gogo/protobuf v1.3.3
Expand Down

0 comments on commit ad87ba2

Please sign in to comment.