Bumping go-lang, docker versions

This commit is contained in:
Mike Farah 2021-10-20 10:58:54 +11:00
parent 5819dd0853
commit 7b92aa0fcf
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
with: with:
go-version: '^1.15' go-version: '^1.17.2'
- name: Cross compile - name: Cross compile
run: | run: |
sudo apt-get install rhash -y sudo apt-get install rhash -y

View File

@ -10,7 +10,7 @@ RUN ./scripts/acceptance.sh
# Choose alpine as a base image to make this useful for CI, as many # Choose alpine as a base image to make this useful for CI, as many
# CI tools expect an interactive shell inside the container # CI tools expect an interactive shell inside the container
FROM alpine:3.13.5 as production FROM alpine:3 as production
RUN mkdir /home/yq/ RUN mkdir /home/yq/
RUN addgroup -g 1000 yq && \ RUN addgroup -g 1000 yq && \