Files
pspy/docker/Dockerfile.build
Krishna Kishore Shetty f63ecb2d9c Bump Go version to 1.18
2022-05-29 00:13:00 +05:30

4 lines
103 B
Docker

FROM golang:1.18-bullseye
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*