Merge pull request #958 from aledbf/update-ubuntu
Release ubuntu-slim:0.13
This commit is contained in:
commit
e6ca242563
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@ RUN echo "Yes, do as I say!" | apt-get purge \
|
|||
ncurses-base \
|
||||
ncurses-bin \
|
||||
locales \
|
||||
tzdata
|
||||
tzdata \
|
||||
systemd
|
||||
|
||||
# cleanup
|
||||
RUN apt-get autoremove -y && \
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
TAG ?= 0.12
|
||||
TAG ?= 0.13
|
||||
REGISTRY = gcr.io/google_containers
|
||||
ARCH ?= $(shell go env GOARCH)
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||
|
|
Loading…
Reference in a new issue