We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3746a commit a7c9e4cCopy full SHA for a7c9e4c
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
6
RUN CGO_ENABLED=0 GOOS=linux go build -o aws-es-proxy
7
8
-FROM alpine:3.17
+FROM alpine:3.18.5
9
LABEL name="aws-es-proxy" \
10
version="latest"
11
0 commit comments