Skip to content

Commit

Permalink
Pin golang version to 1.16 in the premium dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Jun 15, 2022
1 parent df49bfe commit 30ae2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/suse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"

# Workaround for https://github.com/openSUSE/obs-build/issues/487
RUN zypper --non-interactive in sles-release
RUN zypper --non-interactive in tar gzip make go
RUN zypper --non-interactive in tar gzip make go1.16

COPY runner-%%VERSION%%.tar.gz premium-checks.tar.gz* /build/
COPY vendor.tar.gz /build/
Expand Down

0 comments on commit 30ae2e6

Please sign in to comment.