Update debian-base image to 0.4.1

This commit is contained in:
Łukasz Osipiuk 2019-03-06 21:31:32 +01:00
parent ed0dd0cd9a
commit 8e41e046f8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG BASEIMAGE=k8s.gcr.io/debian-base-amd64:0.4.0
ARG BASEIMAGE=k8s.gcr.io/debian-base-amd64:0.4.1
FROM $BASEIMAGE
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"