Skip to content

Commit 07c5910

Browse files
committed
Change to debian base image to potentially fix k8s DNS issue
1 parent c072253 commit 07c5910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.15-alpine
1+
FROM node:14.16-slim
22

33
WORKDIR /app
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eks-auth-proxy",
3-
"version": "1.8.6",
3+
"version": "1.8.7",
44
"description": "Authentication proxy for Amazon EKS",
55
"main": "src/index.js",
66
"author": "Keat Tang <keat@propelleraero.com.au>",

0 commit comments

Comments
 (0)