Compare commits

...

1 Commits

Author SHA1 Message Date
IamTheFij d72aa78893 Update go version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-12-01 14:22:59 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Builder
FROM golang:1.14 AS builder
FROM golang:1.16 AS builder
RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean

View File

@ -1,6 +1,6 @@
ARG REPO=library
# Builder
FROM golang:1.14 AS builder
FROM golang:1.16 AS builder
RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean