diff options
author | Valery Piashchynski <[email protected]> | 2021-01-18 23:20:39 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-18 23:20:39 +0300 |
commit | 8704e833dffd7d41614830b5347ba15fa9f297fd (patch) | |
tree | 3672285982b1f43212ffdb5d9958b6cc66774087 /Dockerfile | |
parent | a9a206b31e272e0508fff496e9641c4db291ddb7 (diff) | |
parent | 6d2c56b7fb8d33a4a8dcb2dad5d60e422c55d4df (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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |