Skip to content

Commit

Permalink
Fix alpine to specific version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad Misić authored Jul 26, 2024
1 parent 62c77ea commit 6e1346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG REPO=alpine
ARG IMAGE=3.18
ARG IMAGE=3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM ${REPO}:${IMAGE} AS builder

# set up Scarb
Expand Down

0 comments on commit 6e1346f

Please sign in to comment.