Skip to content

Commit

Permalink
chore: pin Dockerfile Alpine version again
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw authored Dec 27, 2023
1 parent 19e2b43 commit b89455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG CSB_VERSION=0.0.0
RUN CGO_ENABLED=1 GOOS=linux go build -o ./build/cloud-service-broker -ldflags "-X github.com/cloudfoundry/cloud-service-broker/utils.Version=$CSB_VERSION"

# Currently can't go to 3.19 due to issue: https://github.com/mattn/go-sqlite3/issues/1164#issuecomment-1848677118
FROM alpine:3.19
FROM alpine:3.18

COPY --from=build /app/build/cloud-service-broker /bin/cloud-service-broker

Expand Down

0 comments on commit b89455a

Please sign in to comment.