Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Jan 3, 2025
1 parent 08fc241 commit cb9a0aa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core-lightning/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go install -trimpath -ldflags="-d -s -w" github.com/nbd-wtf/trustedcoin@${TR

FROM alpine:3.21 AS builder

ARG CLN_VERSION=v24.08.2
ARG CLN_VERSION=v24.11.1

RUN apk add --no-cache \
autoconf \
Expand Down
2 changes: 1 addition & 1 deletion core-lightning/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go install -trimpath -ldflags="-d -s -w" github.com/nbd-wtf/trustedcoin@${TR

FROM debian:12-slim AS builder

ARG CLN_VERSION=v24.11
ARG CLN_VERSION=v24.11.1


RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion electrs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim AS builder

ARG ELECTRS_VERSION=v0.10.7
ARG ELECTRS_VERSION=v0.10.8

WORKDIR /tmp

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

ARG ERLANG_VERSION=27.1.3
ARG ERLANG_VERSION=27.2

ENV CFLAGS="-Os -march=x86-64"
ENV LDFLAGS="-s"
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.21

ARG HAPROXY_VERSION=3.1.0
ARG HAPROXY_VERSION=3.1.1

WORKDIR /tmp

Expand Down
2 changes: 1 addition & 1 deletion php/8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.2.26
ARG PHP_VERSION=8.2.27
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.3.14
ARG PHP_VERSION=8.3.15
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
Expand Down
2 changes: 1 addition & 1 deletion php/8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.4.1
ARG PHP_VERSION=8.4.2
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
Expand Down

0 comments on commit cb9a0aa

Please sign in to comment.