Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent ab9e06f commit 73a94b3
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,5 +1,5 @@
# Build the guacamole binary
FROM docker.io/library/golang:1.20.10@sha256:8a3e8d1d3a513c0155451c522d381e901837610296f5a077b19f3d350b3a1585 as builder
FROM docker.io/library/golang:1.20.12@sha256:028d1bd1fef82dc7098b241acb168a2e558828c117b8be5ecb78f4b6b1c7b280 as builder
ARG TARGETOS
ARG TARGETARCH
ARG PACKAGE=github.com/padok-team/guacamole
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a \
-X ${PACKAGE}/internal/version.BuildTimestamp=${BUILD_TIMESTAMP}" \
-o bin/guacamole main.go

FROM docker.io/library/alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0

WORKDIR /home/guacamole

Expand Down

0 comments on commit 73a94b3

Please sign in to comment.