Skip to content

Commit

Permalink
chore: pin docker image versions (#14)
Browse files Browse the repository at this point in the history
* chore: pin docker image versions

* chore: ran go mod tidy
  • Loading branch information
AlaricWhitney committed Aug 14, 2023
1 parent a87217d commit ca8f1ee
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
@@ -1,6 +1,6 @@
FROM docker.io/grafana/k6:latest as k6-image
FROM docker.io/grafana/k6:0.45.0 as k6-image

FROM alpine as certs
FROM alpine:3.18 as certs

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

Expand Down

0 comments on commit ca8f1ee

Please sign in to comment.