Debian Bullseye

This commit is contained in:
J0WI 2021-10-07 10:47:36 +02:00
parent e7c3ecbffa
commit 7651eb98bd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.16-buster AS build
FROM golang:1.16-bullseye AS build
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

View File

@ -1,4 +1,4 @@
FROM golang:1.16-buster
FROM golang:1.16-bullseye
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

View File

@ -1,4 +1,4 @@
FROM golang:1.16-buster
FROM golang:1.16-bullseye
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]