forked from h2non/bimg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
FROM golang:1.14 | ||
FROM golang:1.16 | ||
LABEL maintainer "[email protected]" | ||
|
||
ARG LIBVIPS_VERSION=8.9.2 | ||
ARG LIBHEIF_VERSION=1.9.1 | ||
ARG GOLANGCILINT_VERSION=1.29.0 | ||
|
||
ENV GO111MODULE=off | ||
|
||
# Installs libvips + required libraries | ||
RUN DEBIAN_FRONTEND=noninteractive \ | ||
apt-get update && \ | ||
|