Skip to content

Commit 8cb5df1

Browse files
committed
chore: apine 3.16.5, enve 1.4.1
1 parent d46d947 commit 8cb5df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM --platform=$BUILDPLATFORM alpine:3.16 as build
1+
FROM --platform=$BUILDPLATFORM alpine:3.16.5 as build
22

33
ARG TARGETPLATFORM
44
ARG VERSION=0.0.0
55
ENV VERSION=${VERSION}
6-
ARG ENVE_VERSION=1.4.0
6+
ARG ENVE_VERSION=1.4.1
77

88
RUN apk --no-cache add ca-certificates tzdata
99
RUN set -ex; \
@@ -22,7 +22,7 @@ RUN set -ex; \
2222
chmod +x /usr/local/bin/enve; \
2323
true
2424

25-
FROM alpine:3.16
25+
FROM alpine:3.16.5
2626

2727
ARG VERSION=0.0.0
2828
ENV VERSION=${VERSION}

0 commit comments

Comments
 (0)