Skip to content

Commit

Permalink
Update golang Docker tag to v1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and damoon committed May 23, 2021
1 parent 250d526 commit ea5fc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM moby/buildkit:v0.8.3-rootless AS buildkit

# build-env ###################################################
FROM golang:1.15.7-buster AS build-env
FROM golang:1.16.4-buster AS build-env

# skopeo
RUN echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
Expand Down

0 comments on commit ea5fc36

Please sign in to comment.