Skip to content

Commit

Permalink
Merge pull request #17 from fyne-io/updates/fyne-2.3.3-go1.20.3
Browse files Browse the repository at this point in the history
Update Fyne and Go along with version number for image.
  • Loading branch information
Bluebugs authored Apr 23, 2023
2 parents 3531b80 + 45d9595 commit 41b1653
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all base android darwin darwin-sdk-extractor freebsd linux windows web

# VERSION is the Fyne Cross Images version
VERSION := "1.0.0"
VERSION := "1.1.0"
# REPOSITORY is the docker repository
REPOSITORY := docker.io/fyneio/fyne-cross-images
# RUNNER is the CLI used to interact with docker or podman
Expand Down
2 changes: 1 addition & 1 deletion Makefile.multi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: docker-all docker-base docker-android docker-darwin docker-darwin-sdk-extractor docker-freebsd docker-linux docker-web

# VERSION is the Fyne Cross Images version
VERSION := "1.0.0"
VERSION := "1.1.0"
# REPOSITORY is the docker repository
REPOSITORY := docker.io/fyneio/fyne-cross-images
# RUNNER is the CLI used to interact with docker or podman
Expand Down
8 changes: 4 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM debian:bullseye-slim AS base

ENV GO_VERSION=1.19.6
ENV GO_VERSION=1.20.3
# dev version of Zig to support windows-386 target
# see: https://github.com/ziglang/zig/pull/13569
ENV ZIG_VERSION=0.11.0-dev.632+d69e97ae1
ENV FYNE_VERSION=v2.3.1
ENV FYNE_VERSION=v2.3.3
ENV FIXUID_VERSION=0.5.1

# Install common dependencies
Expand Down Expand Up @@ -35,11 +35,11 @@ RUN set -eux; \
case "$arch" in \
'amd64') \
url="https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz";\
sha256='e3410c676ced327aec928303fef11385702a5562fd19d9a1750d5a2979763c3d'; \
sha256='979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca'; \
;; \
'arm64') \
url="https://go.dev/dl/go${GO_VERSION}.linux-arm64.tar.gz";\
sha256='e4d63c933a68e5fad07cab9d12c5c1610ce4810832d47c44314c3246f511ac4f'; \
sha256='eb186529f13f901e7a2c4438a05c2cd90d74706aaa0a888469b2a4a617b6ee54'; \
;; \
*) echo >&2 "error: unsupported architecture '$arch'"; exit 1 ;; \
esac; \
Expand Down

0 comments on commit 41b1653

Please sign in to comment.