Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Reduces vulnerabilities in nginx and postgres containers
Browse files Browse the repository at this point in the history
This change updates the NGINX and postgres container images
used by the Google Marketplace app to reduct the number of
vulnerabilities in the imagers used.

Addresses Issue #33
  • Loading branch information
diverdane committed Mar 30, 2020
1 parent c3ea286 commit 20ea208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ endif

APP_DEPLOYER_IMAGE ?= $(REGISTRY_PREFIX)/deployer:$(TAG)
CONJUR_IMAGE ?= $(REGISTRY)/$(PREFIX):$(TAG)
POSTGRES_SOURCE_IMAGE ?= postgres:10.1
POSTGRES_SOURCE_IMAGE ?= postgres:9.4
POSTGRES_IMAGE ?= $(REGISTRY_PREFIX)/postgres:$(TAG)
NGINX_SOURCE_IMAGE ?= nginx:1.15
NGINX_SOURCE_IMAGE ?= nginx:1.17
NGINX_IMAGE ?= $(REGISTRY_PREFIX)/nginx:$(TAG)
DOCKERFILE ?= deployer/Dockerfile

Expand Down

0 comments on commit 20ea208

Please sign in to comment.