diff --git a/Dockerfile b/Dockerfile index 969f4916..ba0a75da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.4 as build +FROM golang:1.19.5 as build WORKDIR /app COPY . . diff --git a/Makefile b/Makefile index 0bfeba8b..09582af2 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif REPO=planetscale NAME=pscale BUILD_PKG=github.com/planetscale/cli/cmd/pscale -GORELEASE_CROSS_VERSION ?= v1.19.4 +GORELEASE_CROSS_VERSION ?= v1.19.5 .PHONY: all all: build test lint diff --git a/docker-compose.yml b/docker-compose.yml index 071e5f75..3a079826 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: app: - image: golang:1.19.4 + image: golang:1.19.5 volumes: - .:/work working_dir: /work diff --git a/docker/Dockerfile.licensed b/docker/Dockerfile.licensed index 4ce66a9f..049fa8f5 100644 --- a/docker/Dockerfile.licensed +++ b/docker/Dockerfile.licensed @@ -1,4 +1,4 @@ -FROM golang:1.19.4-bullseye +FROM golang:1.19.5-bullseye RUN apt-get update && apt-get upgrade -y RUN apt-get install -y ruby-dev rubygems ruby cmake pkg-config git-core libgit2-dev