Skip to content

Commit

Permalink
Merge pull request #75 from grafana/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
pablochacin authored Nov 28, 2023
2 parents 2054592 + a89db2e commit 672d44e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.20.5
ARG VARIANT=bullseye
ARG GO_VERSION=1.20.11
ARG VARIANT=bookworm
FROM golang:${GO_VERSION}-${VARIANT} as builder

WORKDIR /build
Expand All @@ -15,7 +15,7 @@ FROM golang:${GO_VERSION}-${VARIANT}
RUN addgroup --gid 1000 xk6 && \
adduser --uid 1000 --ingroup xk6 --home /home/xk6 --shell /bin/sh --disabled-password --gecos "" xk6

ARG FIXUID_VERSION=0.5.1
ARG FIXUID_VERSION=0.6.0
RUN USER=xk6 && \
GROUP=xk6 && \
curl -fSsL https://github.com/boxboat/fixuid/releases/download/v${FIXUID_VERSION}/fixuid-${FIXUID_VERSION}-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
Expand Down

0 comments on commit 672d44e

Please sign in to comment.