parent
9a60baf7e0
commit
2b60c01c71
|
@ -1,9 +1,5 @@
|
|||
## 1.0.6 (UNRELEASED) ##
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* build: Bumped Go version to 1.9.4. [[GH-3872](https://github.com/hashicorp/consul/issues/3872)]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* agent: Fixed a panic when using the Azure provider for retry-join. [[GH-3875](https://github.com/hashicorp/consul/issues/3875)]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:bionic
|
||||
|
||||
ENV GOVERSION 1.9.4
|
||||
ENV GOVERSION 1.9.3
|
||||
|
||||
RUN apt-get update -y && \
|
||||
apt-get install --no-install-recommends -y -q \
|
||||
|
|
Loading…
Reference in New Issue