diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e8d2823..9d7a54c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: '^1.15' + go-version: '^1.17.2' - name: Cross compile run: | sudo apt-get install rhash -y diff --git a/Dockerfile b/Dockerfile index 9e8f6f8d..afa8c9ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN ./scripts/acceptance.sh # Choose alpine as a base image to make this useful for CI, as many # 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 addgroup -g 1000 yq && \