Skip to content

Commit

Permalink
build(docker): Lock alpine base image version to 3.16
Browse files Browse the repository at this point in the history
As `alpine:edge` has upgraded openssl to 3.0.7 and it looks this causes problems.
  • Loading branch information
PetarKirov committed Nov 15, 2022
1 parent 621a170 commit 328ae50
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,4 +1,4 @@
ARG BASE_IMAGE=alpine:edge
ARG BASE_IMAGE=alpine:3.16

# ----------------------------------- Base ----------------------------------- #
FROM $BASE_IMAGE AS base
Expand Down

0 comments on commit 328ae50

Please sign in to comment.