|
@@ -1,11 +1,11 @@
|
|
|
-FROM docker.io/lopsided/archlinux:devel
|
|
|
+FROM docker.io/jguer/yay-builder:latest
|
|
|
|
|
|
ENV GO111MODULE=on
|
|
|
WORKDIR /app
|
|
|
|
|
|
COPY go.mod .
|
|
|
|
|
|
-RUN pacman -Syu --overwrite=* --needed --noconfirm go git && \
|
|
|
+RUN pacman -Sy && pacman -S --overwrite=* --noconfirm archlinux-keyring && pacman -Su --overwrite=* --needed --noconfirm go git && \
|
|
|
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* && \
|
|
|
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.44.2 && \
|
|
|
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0 && \
|
|
|
go mod download
|