Skip to content

Commit

Permalink
Merge pull request #301 from controlplaneio/dependabot/docker/docker-…
Browse files Browse the repository at this point in the history
…eb52d0320e

chore(deps): bump golang from 1.23.5-alpine to 1.23.6-alpine in the docker group
  • Loading branch information
wakeward authored Feb 10, 2025
2 parents ead4e9a + 4d545f6 commit 7061b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.5-alpine AS builder
FROM golang:1.23.6-alpine AS builder

RUN echo "badrobot:x:25000:25000:badrobot:/home/badrobot:/sbin/nologin" > /passwd && \
echo "badrobot:x:25000:" > /group
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.5-alpine AS builder
FROM golang:1.23.6-alpine AS builder
ARG VERSION=unknown
ARG COMMIT=unknown

Expand Down

0 comments on commit 7061b13

Please sign in to comment.