Skip to content

Commit

Permalink
Update to guacamole 1.5.4
Browse files Browse the repository at this point in the history
MaxWaldorf authored Dec 12, 2023
1 parent eccd3dc commit 55366e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ALPINE_BASE_IMAGE=latest
FROM alpine:${ALPINE_BASE_IMAGE} AS builder

ARG VERSION="1.5.3"
ARG VERSION="1.5.4"
ARG TARGETPLATFORM

ENV \
@@ -161,7 +161,7 @@ ARG BUILD_RFC3339="2023-04-04T13:00:00Z"
ARG REVISION="local"
ARG DESCRIPTION="Fully Packaged and Multi-Arch Guacamole container"
ARG PACKAGE="flcontainers/guacamole"
ARG VERSION="1.5.3"
ARG VERSION="1.5.4"
ARG POSTGRES_HOST_AUTH_METHOD="trust"

LABEL org.opencontainers.image.ref.name="${PACKAGE}" \

0 comments on commit 55366e0

Please sign in to comment.