Skip to content

Commit

Permalink
bump base images
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 15, 2021
1 parent 859135f commit fce6d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM umputun/baseimage:buildgo-v1.7.0 as build
FROM umputun/baseimage:buildgo-v1.8.0 as build

ARG GIT_BRANCH
ARG GITHUB_SHA
Expand All @@ -17,7 +17,7 @@ RUN \
cd app && go build -o /build/sys-agent -ldflags "-X main.revision=${version} -s -w"


FROM ghcr.io/umputun/baseimage/app:v1.7.0
FROM ghcr.io/umputun/baseimage/app:v1.8.0
COPY --from=build /build/sys-agent /srv/sys-agent
WORKDIR /srv
EXPOSE 8080
Expand Down

0 comments on commit fce6d8a

Please sign in to comment.