summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-18 23:20:39 +0300
committerGitHub <[email protected]>2021-01-18 23:20:39 +0300
commit8704e833dffd7d41614830b5347ba15fa9f297fd (patch)
tree3672285982b1f43212ffdb5d9958b6cc66774087 /Dockerfile
parenta9a206b31e272e0508fff496e9641c4db291ddb7 (diff)
parent6d2c56b7fb8d33a4a8dcb2dad5d60e422c55d4df (diff)
Merge pull request #485 from spiral/bug/nil_http_config
bug(http): NPE when config didn't contain HTTP section
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ed143753..5291e86b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -trimpath -ldflags "$LDFLAGS" -o ./rr ./cmd/main.go
# Image page: <https://hub.docker.com/_/alpine>
-FROM alpine:3.12
+FROM alpine:3.13
# use same build arguments for image labels
ARG APP_VERSION