Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Apr 8, 2024
1 parent a3802b7 commit d866076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-lightning/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 AS builder

ARG CLN_VERSION=v24.02.1
ARG CLN_VERSION=v24.02.2

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion haproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19

ARG HAPROXY_VERSION=2.9.6
ARG HAPROXY_VERSION=2.9.7

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN make -C postgresql-${POSTGRES_VERSION} world -j$(nproc) \

FROM 1maa/alpine:latest AS postgis

ARG PGTAP_VERSION=1.3.2
ARG PGTAP_VERSION=1.3.3
ARG POSTGIS_VERSION=3.4.2

WORKDIR /tmp
Expand Down

0 comments on commit d866076

Please sign in to comment.