Skip to content

Commit

Permalink
Use specific image tags and digest
Browse files Browse the repository at this point in the history
Use explicit image tags and digests.
  • Loading branch information
HeavyWombat committed Jul 30, 2024
1 parent 0019a0f commit 24ba305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM golang:1.22 as bootstrap
FROM golang:1.22.1 as bootstrap
WORKDIR /go/src/github.com/homeport/duct-tape-resource
COPY . .

Expand All @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
./cmd/...


FROM ubuntu:latest
FROM ubuntu:latest@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
RUN \
apt-get update && \
apt-get upgrade --yes && \
Expand Down

0 comments on commit 24ba305

Please sign in to comment.