Skip to content

Commit

Permalink
downgrade golang:1.20.4
Browse files Browse the repository at this point in the history
* build against GLIBC 2.31 to maintain compatibility with balena-proxy running in debian:bullseye
* build dynamic binary

change-type: patch
  • Loading branch information
ab77 committed Jul 5, 2023
1 parent c4fbd68 commit 1859711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM golang:1.20.5
FROM golang:1.20.4
5 changes: 1 addition & 4 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: "2.4"

services:
sut:
image: golang:1.20.5
image: golang:1.20.4
volumes:
- .:/go/src/github.com/balena-io/sshproxy
working_dir: /go/src/github.com/balena-io/sshproxy
entrypoint:
- /bin/bash
- "-c"
environment:
# make static binary
CGO_ENABLED: 0
command:
- |
set -axe
Expand Down

0 comments on commit 1859711

Please sign in to comment.