Skip to content

Commit

Permalink
chore(deps): pin ubuntu docker tag to ed4a422 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 20, 2023
1 parent 521f84b commit 21f82df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mattermost.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
FROM ubuntu:focal AS canonical_flavour_builder
FROM ubuntu:focal@sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2 AS canonical_flavour_builder

# Avoid needing any input from package installs.
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN cd mattermost-webapp && \
npm config set progress=false loglevel=info && \
make dist

FROM ubuntu:focal
FROM ubuntu:focal@sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2

ARG edition=enterprise
ARG image_flavour=default
Expand Down

0 comments on commit 21f82df

Please sign in to comment.