Skip to content

Commit

Permalink
Update Dockerfile for latest package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Jun 17, 2024
1 parent 4d3d2e4 commit f5c5280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.16 AS build-env
FROM golang:1.21.10-alpine3.18 AS build-env

# Customize to your build env

Expand Down Expand Up @@ -77,8 +77,8 @@ COPY --from=build-env /usr/lib/libonig.so.5 /lib
COPY --from=build-env /usr/lib/libcurl.so.4 /lib
COPY --from=build-env /lib/libz.so.1 /lib
COPY --from=build-env /usr/lib/libnghttp2.so.14 /lib
COPY --from=build-env /lib/libssl.so.1.1 /lib
COPY --from=build-env /lib/libcrypto.so.1.1 /lib
COPY --from=build-env /lib/libssl.so.3 /lib
COPY --from=build-env /lib/libcrypto.so.3 /lib
COPY --from=build-env /usr/lib/libbrotlidec.so.1 /lib
COPY --from=build-env /usr/lib/libbrotlicommon.so.1 /lib

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/DefiantLabs/cosmos-tax-cli

go 1.21.8

toolchain go1.21.10
toolchain go1.21.11

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit f5c5280

Please sign in to comment.