Skip to content

Commit

Permalink
Merge pull request #99 from balena-io/ab77/operational
Browse files Browse the repository at this point in the history
downgrade golang:1.20.4
  • Loading branch information
ab77 authored Jul 5, 2023
2 parents c4fbd68 + 1859711 commit 18d7bb5
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 18d7bb5

Please sign in to comment.