Skip to content

Commit

Permalink
fix: change from 1.20 to 1.19.7
Browse files Browse the repository at this point in the history
because of errors occuring in alpine test
  • Loading branch information
da1suk8 committed Dec 15, 2023
1 parent 7b9505c commit c1f5765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. Build the static Rust library
# 2. Execute Go tests that use and test this library
# For 2. we define the Go image here. For 1. we install Rust below.
FROM golang:1.20-alpine
FROM golang:1.19.7-alpine

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down

0 comments on commit c1f5765

Please sign in to comment.