Skip to content
Snippets Groups Projects
Unverified Commit 0e9631fc authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump golang from 1.17.5 to 1.17.6 (#588)


Bumps golang from 1.17.5 to 1.17.6.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 9be5a847
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.17.5 AS builder
FROM golang:1.17.6 AS builder
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
......@@ -30,7 +30,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/rekor-server
RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o rekor-server_debug ./cmd/rekor-server
# Multi-Stage production build
FROM golang:1.17.5 as deploy
FROM golang:1.17.6 as deploy
# Retrieve the binary from the previous stage
COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment