Skip to content

Commit f98b832

Browse files
committed
Update Dockerfiles
1 parent d3f3813 commit f98b832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use Alpine Linux as base image
2-
FROM alpine:3.17
2+
FROM alpine:edge
33

44
# Install libpq and gmp dependencies (dynamic libraries required by the project)
55
RUN apk update && apk add libpq gmp libffi

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:edge
22

33
RUN apk add --update ca-certificates openssl && update-ca-certificates
44

0 commit comments

Comments
 (0)