mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 10:25:55 -07:00
feat: bump version
This commit is contained in:
parent
dc6db012b2
commit
0ae3ac43ce
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ FROM golang:1.14
|
||||||
LABEL maintainer "tomas@aparicio.me"
|
LABEL maintainer "tomas@aparicio.me"
|
||||||
|
|
||||||
ARG LIBVIPS_VERSION=8.9.2
|
ARG LIBVIPS_VERSION=8.9.2
|
||||||
ARG GOLANGCILINT_VERSION=1.23.3
|
ARG GOLANGCILINT_VERSION=1.29.0
|
||||||
|
|
||||||
# Installs libvips + required libraries
|
# Installs libvips + required libraries
|
||||||
RUN DEBIAN_FRONTEND=noninteractive \
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package bimg
|
package bimg
|
||||||
|
|
||||||
// Version represents the current package semantic version.
|
// Version represents the current package semantic version.
|
||||||
const Version = "1.1.2"
|
const Version = "1.1.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue