Skip to content

Commit

Permalink
- [!] fixes h2non/bimg/h2non#461
Browse files Browse the repository at this point in the history
  • Loading branch information
suntong committed Dec 1, 2023
1 parent 0fdc5cc commit c238a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
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 && \
Expand Down

0 comments on commit c238a83

Please sign in to comment.