Skip to content

Commit

Permalink
Github action: use 1.13-stretch to use glibc compatible with Ubuntu 1…
Browse files Browse the repository at this point in the history
…8.04
  • Loading branch information
brendan-ward committed Mar 26, 2020
1 parent 446c5e4 commit 1473ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.13-stretch

RUN \
apt-get update && \
Expand Down

0 comments on commit 1473ef4

Please sign in to comment.