echoheaders: support dropped privileges from nginx-slim

This commit is contained in:
Jonathan Pulsifer 2017-06-17 22:34:38 -04:00
parent c124463ef9
commit 7935bf2e05
No known key found for this signature in database
GPG key ID: 0472D3B3F5012430
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/google_containers/nginx-slim:0.18
FROM gcr.io/google_containers/nginx-slim:0.19
ADD nginx.conf /etc/nginx/nginx.conf
ADD template.lua /usr/local/share/lua/5.1/

View file

@ -1,7 +1,7 @@
all: push
# TAG 0.0 shouldn't clobber any release builds
TAG = 1.6
TAG = 1.7
PREFIX = gcr.io/google_containers/echoserver
container: