Skip to content

Commit

Permalink
Merge pull request #2218 from palnabarun/fix-debian-builder
Browse files Browse the repository at this point in the history
debian-builder: use golang:1.16.7-buster as the base image
  • Loading branch information
k8s-ci-robot authored Aug 19, 2021
2 parents aeab5ca + 20ef4a5 commit 3078bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.16.7
FROM golang:1.16.7-buster

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -y \
Expand Down

0 comments on commit 3078bf4

Please sign in to comment.