Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Feb 28, 2024
1 parent 8ff962a commit 196d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cosmwasm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# To exit the bash, just execute
# > exit
FROM golang:1.20-alpine AS builder
FROM golang:1.21.5-alpine3.18 AS builder
RUN apk update && apk add --no-cache make git
WORKDIR /go/src/github.com/forbole/bdjuno
COPY . ./
Expand Down

0 comments on commit 196d8fc

Please sign in to comment.