Skip to content

Commit

Permalink
fix: use 15.5 instead of 15.4 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <jack.yu@suse.com>
  • Loading branch information
Yu-Jack authored May 28, 2024
1 parent cf17440 commit 0bf39cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.suse.com/bci/golang:1.21
ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH

RUN zypper -n ar https://download.opensuse.org/repositories/hardware/15.4/hardware.repo && \
RUN zypper -n ar https://download.opensuse.org/repositories/hardware/15.5/hardware.repo && \
zypper -n --gpg-auto-import-keys refresh && \
zypper -n install bash git gcc docker vim less file curl wget ca-certificates pciutils umockdev
RUN go install golang.org/x/lint/golint@latest
Expand Down

0 comments on commit 0bf39cf

Please sign in to comment.