Skip to content

Commit 551f4df

Browse files
authoredJun 8, 2023
Bump golang from 1.20.3-bullseye to 1.20.4-bullseye (#662)
Bumps golang from 1.20.3-bullseye to 1.20.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7374680 commit 551f4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.3-bullseye as permset
1+
FROM golang:1.20.4-bullseye as permset
22
WORKDIR /src
33
RUN git clone https://github.com/jacobalberty/permset.git /src && \
44
mkdir -p /out && \

0 commit comments

Comments
 (0)
Please sign in to comment.