wormchain: update ibc-relayer to use go 1.21.8

This was done with scripts/update-go-version.sh
This commit is contained in:
Jeff Schroeder 2024-04-02 21:20:05 -04:00
parent 7ff8a3b0a3
commit f1e502f7a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/golang:1.19.9@sha256:86901bd215ca2b33bdef68f70b999140252169bb55883bb29347334fa00b5b62
FROM docker.io/golang:1.21.8-bullseye@sha256:81d98548f08e22a59c5c0be814acc0997f3dfd3313487adcf4e1d3d962af3a43
#used for a readiness probe
RUN apt-get update