Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent 2e11d17 commit 223bf85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
## docker build --no-cache --target certs -t vela-docker:certs . ##
#########################################################################

FROM alpine as certs
FROM alpine@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as certs

RUN apk add --update --no-cache ca-certificates

##########################################################
## docker build --no-cache -t vela-docker:local . ##
##########################################################

FROM docker:24.0-dind
FROM docker:24.0-dind@sha256:b1f43c30e065966611cf5e38012fda2145bc08b01082fa102296957d77c2cb4c

ENV DOCKER_HOST=unix:///var/run/docker.sock

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM alpine:latest
FROM alpine:latest@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1

0 comments on commit 223bf85

Please sign in to comment.