Skip to content

Commit

Permalink
Merge pull request #27 from port-labs/PORT-5363-remove-build-user
Browse files Browse the repository at this point in the history
revert to the old image
  • Loading branch information
yairsimantov20 authored Dec 28, 2023
2 parents 39bebf5 + d168432 commit fcda795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
go-version: 1.21
cache: true

# https://stackoverflow.com/questions/51475992/cgo-cross-compiling-from-amd64linux-to-arm64linux/75368290#75368290
- name: musl-cross for CGO Support
run: |
mkdir ../../musl-cross
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine
FROM gcr.io/distroless/static-debian11

USER nonroot:nonroot

Expand Down

0 comments on commit fcda795

Please sign in to comment.